Agenda
Install
Python Basics
Python Intermediate
Python Advanced
Database
Design Patterns
Numpy
Pandas
Matplotlib
Stdlib
DevOps
MyPy
PyType
pyre-check
Network
HTTP and Microservices
Django
FastAPI
Data Science
Machine Learning
Object Oriented Programming
Blogposts
Dragon
https://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