Basics
Intermediate
Advanced
Performance
Testing
CI/CD
mypy
pyre-check
pytypes
DevOps
Database
Design Patterns
Numpy
Pandas
Matplotlib
Stdlib
Network
webapp
Django
FastAPI
Data Science
Machine Learning
Artificial Intelligence
OOP
Dragon
https://mypy-lang.org/
https://github.com/python/mypy
$ python -m pip install mypy $ mypy FILE
setup.cfg
[mypy] strict_optional = True
https://pyre-check.org/
$ python -m pip install pyre-check