10
DiracRules
7 17
443/ 545
Last seen 9 years ago
Member for 10 years, 22 days
Difficulty Normal
Hi all! I'm an Italian student of MSc. in Physics Engineering. I started programming at University with C, but soon my main tool for "programming" has become MATLAB, since I use it to analyse things I study in the class. I like programming for 2 reasons: it allows me to implement codes to study physics and it requires me to understand how our mind constructs algorithms. Thus, I am the kind of programmer (though I can't see myself in this way) that doesn't look for the most compact code, but for the easiest to implement and the most straightforward. Nonetheless, I can appreciate clever solutions and I can see the beauty in them :D

Missions (41) / Solutions (42)
Best solutions / Newest solutions
Home
Plain, simple solution
Non-unique Elements
count
append
for
if
3
First (plain)
Three Words
isalpha
isdigit
False
True
split
First
Even the Last
lambda
inline-if
sum
Electronic Station
First
Verify Anagrams
values
any
replace
not
lower
First
Digits Multiplication
int
str
for
if
First (with fors and ifs)
Brackets
values
keys
any
not
elif
Scientific Expedition
First
The Most Wanted Letter
keys
isalpha
lower
count
elif
1
First
Letter Queue
find
not
else
for
if
With a little help from "a friend"...
Striped Words
isalnum
upper
find
not
lambda
1
First
Common Words
intersection
set
lambda
sorted
join
First
Absolute Sorting
abs
lambda
sorted
First
Striped Words
isalnum
all
upper
not
lambda
First
Secret Message
isupper
for
if
First
Morse Clock
isdecimal
keys
dict
bin
inline-if
O'Reilly
One liner
Index Power
lambda
inline-if
len
Check with for loops and ifs
Xs and Os Referee
not
elif
and
range
for
1
First
Median
float
sorted
else
len
if
9
Second
Median
float
sorted
else
len
if
Mine
Recursion again :D
Disposable Teleports
insert
all
map
lambda
inline-if
First
Binary Count
bin
count
Plain solution, nothing special
Fizz Buzz
not
or
and
str
if
1
Ice Base
First
The Most Numbers
min
max
inline-if
len
First, cumbersome solution
Feed Pigeons
lambda
inline-if
while
int
1
First
Roman Numerals
zip
replace
lambda
list
for
Alice In Wonderland
First
Transposed Matrix
append
range
len
for
GitHub
First
The End of Other
endswith
False
and
True
for
With a cumbersome recursion...
Open Labyrinth
pop
count
print
elif
False
Dropbox
First
Numbers Factory
startswith
any
not
elif
range
First
Speech Module
strip
elif
else
if
PyCon TW
First (with recursion)
Golden Pyramid
max
len
if
1
Maybe too verbose
Network Attack
union
set-comp
any
lambda
while
First
Digit Stack
pop
inline-if
elif
append
else
Quick 'n' easy
House Password
islower
all
isupper
isdigit
print
1
Storage
One-liner
Weak Point
zip
index
min
lambda
sum
HubSpot
Easy with recursion :D
Restricted Sum
not
lambda
inline-if
First
The Hamming Distance
format
zip
map
lambda
inline-if
First
Number Base
raise
ValueError
find
except
try
Blizzard
One-liner
The Angles of a Triangle
math.acos
acos
math.pi
pi
as
First
Radiation Search
copy.deepcopy
deepcopy
copy
index
max
First
Weekend Counter
or
range
for
if
Codeship
First
Pearls in the Box
float
round
count
if
First
The Square Chest
sorted
while
append
list-comp
range