19
alexgerdom
4 18 27
1961/ 2195
Last seen 3 months ago
Member for 8 years, 10 months, 11 days
Difficulty Normal
Missions (158) / Solutions (41)
Best solutions / Newest solutions
Scientific Expedition
Solution Using String Formatting
Morse Clock
format
replace
print
join
split
Using regex for rewrite
Bird Language
re.sub
sub
r-string
re
Solution using regex
Striped Words
VERBOSE
re.VERBOSE
re.compile
compile
r-string
O'Reilly
Solution Using Regex
Flatten a List
findall
re.findall
re
list-comp
comprehension
Mine
Using a filter step within regex
Currency Style
VERBOSE
re.VERBOSE
re.compile
compile
is
Recursive Solution
Determinant
copy.deepcopy
deepcopy
copy
pop
range
2 line fizzbuzz
Fizz Buzz
and
str
Recursive Solution Using Indexing Rather Than Copy
Determinant
list-comp
range
comprehension
else
len
Ice Base
Using equation for a circle and checking corners
Counting Tiles
math.ceil
ceil
all
any
math
First
Clock Angle
Fraction
fractions.Fraction
fractions
float
map
Breaking number down into places
Roman Numerals
join
elif
append
list-comp
range
Alice In Wonderland
With Numpy
Transposed Matrix
numpy.array
array
numpy
as
1
GitHub
RicketyWreckedSolution
Solution for Anything
finally
class
type
isinstance
except
10
1
Using sympy.geometry.Polygon
Area of a Convex Polygon
sympy.geometry.Polygon
Polygon
sympy
float
abs
12
1
Zippy Solution
The Highest Building
zip
index
max
sum
list-comp
17
Decomposing the polygon into triangles
Area of a Convex Polygon
math.sqrt
sqrt
math
zip
pop
1
Solution Using Counter
The Most Frequent Weekdays
calendar.isleap
isleap
calendar
datetime.timedelta
timedelta
Dropbox
Documented and Relatively Extensible
URL Normalization
hexdigits
string.hexdigits
ascii_letters
string.ascii_letters
digits
3
Using itertools.product to avoid nested loops
Hubspot Amulet
itertools.product
product
itertools
and
range
First Solution Checking Progressively Shorter Substrings
The Longest Palindromic
while
len
if
First
Humpty Dumpty Form
math.log
log
math.asin
asin
math.pi
First
Speech Module
extend
join
elif
append
int
PyCon TW
Using Binary Tree and Iterating Over Paths From Root to Leaf
Golden Pyramid
class
yield
is
enumerate
None
First Solution
Robot Sort
all
zip
enumerate
break
join
Using a stack for possible paths through pyramid
Golden Pyramid
yield
extend
pop
max
sum
2
Storage
Using numpy array_equal
Skew-symmetric Matrix
numpy.array_equal
array_equal
numpy.array
array
numpy
Loved by its mother
Word Pattern
all
bin
zip
map
not
1
Using Sieve of Eratosthenes
Restricted Prime
yield
is
continue
pop
index
Searching progressively smaller subsequences
Saw the Stick
next
yield
sum
sorted
while
Using Translate
Word Pattern
ascii_letters
string.ascii_letters
translate
digits
string.digits
HubSpot
Using Graph
Node Disconnected Users
class
difference
object
iter
yield
Using Long Division
Repeating Decimals
extend
index
break
join
while
Tail recursive solution
Restricted Sum
else
len
if
Blizzard
Counting Fridays From List of 13ths
Unlucky Days
datetime.datetime
datetime
if-comprehension
list-comp
range
Rock
First
Web Log Sessions
attrgetter
operator.attrgetter
collections.namedtuple
namedtuple
splitlines
9
Relatively flat solution
CheckSum
ascii_letters
string.ascii_letters
reversed
filter
keys
Shelter
Solution using offset
Pattern Recognition
enumerate
break
not
elif
False
Codeship
Brute force in cartesian coordinates
The Square Chest
collections.namedtuple
namedtuple
raise
itertools.product
product
Hermit
Using Sympy
Simplification
sympify
sympy.sympify
sympy
replace
str
1
2
Without Regex, Finding Word Locations and Joining Overlapping Intervals
Keywords Finder
sort
enumerate
pop
break
max
1
Watchtower
First
Compare Functions
collections.namedtuple
namedtuple
is
collections
None