|
Strip out vowels and count the number of replacements
|
regular expressions
string manipulation
replace
counting
Zen of Python
|
|
Loop over a dict of namedtuples calculating a total score
|
dict
namedtuple
counting
|
|
Count leading spaces
|
string matching
counting
|
|
Count the number of files and directories
|
counting
os module
files
directories
|
|
Most frequent digit in number
|
Counter
numbers
counting
|
|
List exercise: return first occurrence indices of duplicated words
|
list comprehensions
set
counting
|
|
Analyze stock data
|
json
sorting
data analysis
requests
string manipulation
counting
|
|
Find the word with the most vowels
|
lambda
list comprehensions
string matching
counting
|
|
Female speakers @ pycon us
|
beautifulsoup
counting
data wrangling
gender_guesser
|