100Days Bite Exercises
| Level | Name | Tags |
|---|---|---|
| Beginner | Query a nested data structure | data structures sorting dictionary comprehensions list comprehensions 100days |
| Beginner | Dictionary comprehensions are awesome | dictionary comprehensions 100days |
| Beginner | Fix a truncating zip function | itertools zip 100days |
| Beginner | Working with datetimes | datetime timedelta 100days |
| Beginner | Work with datetime's strptime and strftime | datetime strptime strftime 100days |
| Intermediate | Parsing dates from logs | file processing datetime 100days |
| Intermediate | Form teams from a group of friends | itertools 100days |
| Intermediate | Write a decorator with argument | decorators 100days |
| Intermediate | Get all valid dictionary words for a draw of letters | itertools set Scrabble 100days |
| Intermediate | Playing with lists and dicts | data structures list dict 100days |