A deeper look into Python’s type system
Built-in classes for type annotations (type HINTS)
Using “import
typing
"
Static type check before execution (
mypy
,
pyright
)
Language services (VISUAL warnings in the editor)
Typing “runtime-check”?