Max Bite Exercises
| Level | Name | Tags |
|---|---|---|
| Beginner | Major and minor numbers | max min numbers collections |
| Intermediate | Word values | sum Scrabble max |
| Intermediate | Palindromes | max list comprehensions reverse algorithms |
| Intermediate | Starwars character with highest bmi | max tuple unpacking string manipulation operator |
| Intermediate | Most identical letters in a word | max Counter string matching casefold |
| Advanced | Parse pycon talk data from youtube | max list comprehensions namedtuple |
| Advanced | Analysing @pythonbytes rss feed | max min Counter namedtuple classes string matching regular expressions feedparser type hinting |