13
GaulFries
2 7 19
752/ 845
Last seen 1 year ago
Member for 10 years, 2 months, 15 days
Difficulty Normal
Missions (75) / Solutions (44)
Best solutions / Newest solutions
Initiation
Happy path on left
Acceptable Password I
bool
False
True
str
len
Loop and increment
Count Digits
isnumeric
int
str
for
if
Home
reverse reverse floor division
Split List
list
len
There must be a better way
Sun Angle
round
or
split
int
if
Three Words
Three Words
isalpha
False
True
split
else
First
Even the Last
IndexError
except
try
range
len
Word reverse (complicated by double spaces)
Backward Each Word
else
str
for
if
First
Between Markers
find
in
and
split
else
stub out dict, loop over text, and increment value for matching word
Popular Words
dict-comp
dict
continue
lower
split
Loop and count
Second Index
enumerate
None
and
int
str
numbers easier to increment/decrement than letters
Pawn Brotherhood
index
set
or
print
in
Electronic Station
Happy path on left
Acceptable Password IV
isnumeric
isalpha
bool
if-comprehension
False
Happy path on left
Acceptable Password V
isnumeric
isalpha
bool
lower
if-comprehension
Happy path on left
Acceptable Password VI
isnumeric
set-comp
isalpha
bool
lower
Strip look and check
All Upper II
islower
isalpha
bool
join
if-comprehension
Happy path on left
Acceptable Password III
isnumeric
isalpha
bool
if-comprehension
False
loop and pair
Ascending List
continue
enumerate
typing.Iterable
Iterable
bool
Happy path on left
Acceptable Password II
isnumeric
bool
if-comprehension
False
True
Scientific Expedition
Complicated, not simple
Time Converter (24h to 12h)
f-string
inline-if
split
int
if
type then add
Sum by Type
Tuple
typing.Tuple
isinstance
typing
list
First
I Love Python!
small defs
Striped Words
upper
replace
in
elif
False
There must be a better way
Bird Language
continue
for
if
Letter Queue
Letter Queue
map
pop
join
append
split
Dictionary of counts: letters
The Most Wanted Letter
add
isalpha
lower
count
sorted
O'Reilly
Permutations
Xs and Os Referee
range
for
if
Inelegant
Median
sort
int
len
if
Incinerator
Fairly plain
Every Person is Unique
class
capitalize
strip
get
format
__init__ disallows duplicates in self.connections. Unpacks self.connections when iterating over them.
Friends
class
add
remove
set
or
Ice Base
like a bubble sort?
Move Zeros
enumerate
print
and
range
list
8
char by char
Find Quotes
continue
False
and
append
True
There must be a better way
Long Repeat
None
else
for
if
Using List
Roman Numerals
join
while
append
for
First
Roman Numerals
join
while
append
GitHub
End_of_other
The End of Other
endswith
False
append
True
else
Dropbox
sorted() helps, not sure I like the first half.
The Longest Palindromic
enumerate
lambda
sorted
in
append
PyCon TW
First
House Password
isnumeric
islower
isupper
not
print
Storage
Sum them then find min, uses zip(*
Weak Point
zip
index
min
sum
list-comp
HubSpot
Compare the last item in [i for i in bin(n)] vs [i for i in bin(m)]
The Hamming Distance
bin
pop
max
elif
and
Comparing last item in [i for i in bin(n)], [i for i in bin(m)]
The Hamming Distance
bin
pop
max
elif
and
summing backward until len == 1
Restricted Sum
pop
len
if
Shelter
Wish I could simplify that middle if/elif/else
Ghosts Age
elif
range
else
for
if
Hermit
Looping
Count Consecutive Summers
break
range
for
if
Escher
min and max position of '#' in rows,columns
Ground for the House
rfind
ValueError
find
enumerate
min
5