Type Hints for Python Description typing is a standard library for python older than 3.6 Tools we use typing mypy pydantic pyright vscode plugin Readings https://mypy.readthedocs.io/en/stable/cheat_sheet_py3.html brainstorming what is typing kinds of types problems when we do not have types why we need types typing in python