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