Bite 2. Regex Fun
|
Learn Python regular expressions by writing the following 3 functions. ...
findall
re
regular expressions
|
|
Bite 4. Top 10 PyBites tags
|
Get the top 10 tags of PyBites. Our tests suppose ...
Counter
findall
|
|
Bite 23. Find words that are > 95% similar
|
Given a list of tags of our blog find the ...
difflib
file processing
findall
itertools
SequenceMatcher
|
|
Bite 28. Converting date strings to datetimes
|
In this Bite you are provided with a list of ...
Counter
datetime
findall
|
|
Bite 39. Calculate the total duration of a course
|
In this Bite you read in a text file with ...
datetime
findall
numbers
timedelta
|
|
Bite 173. Add future TODO items
|
Let's do another datetime processing Bite. Complete add_todo below that ...
datetime
findall
f-strings
timedelta
|
|