Agenda
Install
Python Basics
Python Intermediate
Python Advanced
Database
Design Patterns
Numpy
Pandas
Matplotlib
Stdlib
DevOps
mypy
pyre-check
pytypes
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://pyre-check.org/
$ pip install pyre-check