12
alekseykonotop
1 10 25
725/ 745
Aleksey Konotop
Last seen 2 months ago
Member for 5 years, 8 months, 14 days
Difficulty Normal
Missions (63) / Solutions (42)
Best solutions / Newest solutions
Initiation
One line and conditional expressions
All the Same
Any
typing.Any
List
typing.List
bool
First
Correct Sentence
upper
str
if
Conditional list comprehension
Count Digits
isdigit
if-comprehension
list-comp
comprehension
int
1
One line. Max function and list comprehension
The Most Frequent
set
max
lambda
count
list-comp
1
Clear and simple
Sum Numbers
isdigit
sum
if-comprehension
list-comp
split
1
One line. Tuple()
Easy Unpack
tuple
Home
Received a list of words and used a cycle
Popular Words
dict
lower
split
list
str
First
Second Index
continue
None
int
str
for
1
One line, slice and __plus an additional solution__
Even the Last
inline-if
sum
First
Between Markers
index
in
elif
and
str
First
Sun Angle
map
lambda
inline-if
split
int
Clear and simple
Backward Each Word
join
list-comp
split
comprehension
str
1
One string. sorted() with optional parameters.
Bigger Price
lambda
sorted
True
list
int
1
First
First Word
replace
split
str
for
many many if ilif ...
Pawn Brotherhood
reverse
map
enumerate
set
lambda
datetime
Days Between
datetime.datetime
datetime
abs
1
split() and .isalpha()
Three Words
isalpha
bool
False
and
True
1
if data.count(number) == 1: data.remove(number)
Non-unique Elements
remove
set
count
list
for
One line. .join() and .replace()
Right to Left
replace
join
Electronic Station
One line. Reduce, lambda, and map functions.
Digits Multiplication
functools.reduce
reduce
functools
map
lambda
1
Scientific Expedition
unicodedata.normalize
Remove Accents
combining
unicodedata.combining
normalize
unicodedata.normalize
unicodedata
Not pythonic code but it's working :-D
Cipher Map
numpy.rot90
rot90
numpy.array
array
numpy
Python is the best programming language.
I Love Python!
Very clear.
Sum by Type
Tuple
typing.Tuple
type
typing
elif
Pretty simple solution
Goes Right After
find
bool
not
or
False
Nothing abstruse, just strings, a bit of work with re and loops
Striped Words
filter
is
re.search
search
upper
Used capital letters set
Secret Message
set
inline-if
join
if-comprehension
in
One line. sorted() and key=lambda.....
Absolute Sorting
tuple
abs
lambda
sorted
list
1
Not clear
The Most Wanted Letter
filter
collections.Counter
Counter
collections
sort
O'Reilly
import statistics
Median
statistics.median
statistics
median
lambda
sorted
One line as a "if else if else"
Index Power
inline-if
list
int
len
2
Incinerator
First
The Warriors
class
property
decorator
while
and
Second
The Warriors
class
property
super
decorator
while
Mine
Cycle for in dict.items()
Best Stock
items
None
for
if
ord() and chr()
Caesar Cipher (encryptor)
chr
ord
continue
not
join
Conditions only.
Fizz Buzz
elif
and
int
str
if
Ice Base
One line. sum() and list comprehension.
Monkey Typing
find
set
lower
sum
if-comprehension
One line and Pythonic style.
The Most Numbers
min
abs
max
inline-if
1
GitHub
First
Create Intervals
tuple
sorted
append
range
list
Dropbox
One line with max, map and list comprehension.
Worth of Words
map
max
lambda
sum
list-comp
PyCon TW
re.search()
House Password
re.search
search
r-string
re
None
1
HubSpot
clear
Number Base
ValueError
except
try
int
str
1