Skip to content

Type Checking

Python’s type-checking landscape has three serious players (mypy, ty, Pyright) and several supporting tools. The handbook explains how each one works, when to choose which, and how to adopt typing without rewriting your codebase.

Pick a type checker

Adopt type checking

More Type Checking pages

Everything else tagged type-checking, grouped by section. Pages featured above are not repeated here.

Explanation

From the blog

Posts tagged type-checking.

Last updated on