12
Arandomusername
1 8 21
663/ 745
امانويل امانويل
Last seen 8 years ago
Member for 9 years, 2 months, 24 days
Difficulty Normal
Missions (46) / Solutions (44)
Best solutions / Newest solutions
Home
First
Pawn Brotherhood
chr
any
ord
if-comprehension
in
First
Right to Left
replace
join
Clean and Speedy list comprehension
Non-unique Elements
count
if-comprehension
list-comp
comprehension
2
oneliner
Days Between
datetime.datetime
datetime
abs
Regular Expression
Three Words
findall
re.findall
re
bool
Electronic Station
dispatch dictionary with unreadable operations
Boolean Algebra
inline-if
16
1
Finally a good use for reduce!
Digits Multiplication
functools.reduce
reduce
functools
lambda
if-comprehension
First
Verify Anagrams
replace
lower
sorted
Scientific Expedition
First
Morse Clock
inline-if
split
len
12
Almost a oneliner O(N) using creative min()
The Most Wanted Letter
isalpha
min
lower
count
if-comprehension
2
Without import
Pangram
isalpha
set
lower
if-comprehension
comprehension
4
Generator comprehension
Secret Message
isupper
join
if-comprehension
comprehension
2
Class-Way
I Love Python!
class
str
Easiest one ever
Absolute Sorting
abs
sorted
First
Common Words
sorted
join
if-comprehension
in
split
O'Reilly
First
Median
sort
inline-if
len
11
1
More complicated than it seems
Xs and Os Referee
or
if-comprehension
list-comp
comprehension
Second
Index Power
or
len
Double loop implementation
Count Inversions
enumerate
sum
comprehension
Exceptions
Index Power
except
try
1
Incinerator
Metaclass Implementation(Faster than normal)
Building Base
type
2
1
First
Friends
set-comp
type
add
remove
pop
17
Mine
First
Moore Neighbourhood
filter
tuple
lambda
and
len
First
Fizz Buzz
not
elif
str
if
First
Binary Count
bin
count
Ice Base
Loop-Cursive
How to Find Friends
tuple
pop
inline-if
while
in
14
A oneliner using "and"
The Most Numbers
min
max
and
len
No understanding required
Feed Pigeons
inline-if
while
arithmetic and assign
Roman Numerals
13
Generator Comprehension
Monkey Typing
lower
sum
in
comprehension
Alice In Wonderland
Oneliner list comprehension
Transposed Matrix
list-comp
range
comprehension
len
GitHub
First
Open Labyrinth
add
pop
set
not
while
First
The End of Other
endswith
any
if-comprehension
and
True
Dropbox
Complicated abuse of ternary operator (Almost oneliner)
Speech Module
strip
bool
inline-if
int
str
13
First
Friendly Number
math.log
log
float
math
abs
PyCon TW
Dispatch list
House Password
islower
all
isupper
in
len
.copy abuse
Network Attack
any
remove
not
while
append
First
Digit Stack
continue
pop
inline-if
append
int
HubSpot
Might be faster than Try-Except (oneliner)
Number Base
max
inline-if
in
int
Blizzard
first
Weekend Counter
sum
in
range
comprehension
Works with nested lists
Min and Max
hasattr
get
map
enumerate
min
First
The Angles of a Triangle
math.asin
asin
math.degrees
degrees
math.acos
Codeship
First
The Square Chest
all
sum
sorted
in
elif
Hermit
Combinations
Break Rings
combinations
itertools.combinations
set-comp
dict-comp
itertools