Agenda
Install
Python Basics
Python Intermediate
Python Advanced
Database
Design Patterns
Numpy
Pandas
Matplotlib
Stdlib
DevOps
Network
HTTP and Microservices
Django
FastAPI
Data Science
Machine Learning
Object Oriented Programming
Blogposts
Dragon
Type Checking
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.9 myfile.py