Type Hinting Bite Exercises
| Level | Name | Tags |
|---|---|---|
| Beginner | Add type hints to a function | typing type hinting annotations |
| Beginner | Let's play with pandas series | slicing pandas type hinting series numpy |
| Intermediate | Write your own data class | sorting data structures dataclasses hashable type hinting |
| Intermediate | Add type hints to a class | classes dataclasses type hinting |
| Advanced | Analysing @pythonbytes rss feed | max min Counter namedtuple classes string matching regular expressions feedparser type hinting |
| Advanced | Pybites url shortener | dict string module string manipulation type hinting encode decode |