Python — From Basics to Advanced · Developer Tools
mypy — Static Typing
Developer Tools
Introduction
mypy checks type annotations WITHOUT running the code. It catches errors that Python would not notice until runtime. Standard practice in larger projects — especially in strict mode.