Typing Bite Exercises
| Level | Name | Tags |
|---|---|---|
| Beginner | Add type hints to a function | typing type hinting annotations |
| Intermediate | Clamy fernet | typing dataclasses encode encryption fernet cryptography |
| Intermediate | Scoring objects | typing builtins keyword importlib |
| Intermediate | To rent or to stream movies? | datetime dict typing collections |
| Intermediate | Citation indexes | exception handling typing builtins |
| Intermediate | Get spelling suggestions | namedtuple tuple unpacking TextBlob typing comparison |
| Advanced | Social media username validator | re namedtuple string matching regular expressions string manipulation range typing |
| Advanced | Composition, inheritance, abstract base class, what? | namedtuple string formatting inheritance beautifulsoup ABCs abstractmethod typing dataclasses web scraping composition urllib |
| Advanced | Taxable income calculator | namedtuple properties classes typing dataclasses finance |