A deeper look into Python’s type system

A deeper look into Python’s type system

Built-in classes for type annotations

Using “import typing"

Static type check before execution (mypy, pyright)

Language services (VISUAL warnings in the editor)

Typing “runtime-check”?