Python Basics
Python Standard Library
Python Advanced
Dragon
Numpy
Pandas
Matplotlib
Object Oriented Programming
Design Patterns
DevOps
mypy
pyre-check
pytypes
Network and HTTP
Django
FastAPI
Data Science
Machine Learning
Blogposts
http://mypy-lang.org/
https://github.com/python/mypy
$ pip install mypy $ mypy FILE
setup.cfg
[mypy] strict_optional = True
https://pyre-check.org/
$ pip install pyre-check