Python Cheatsheet 02 — Type Hints (Modern)
Cheatsheet: X | None syntax, generics, Protocol, TypedDict, ParamSpec, type guards.
Cheatsheet: X | None syntax, generics, Protocol, TypedDict, ParamSpec, type guards.
What changed in Python’s type system through 2024–2026 — PEP 695 type-parameter syntax, PEP 705 ReadOnly, TypedDict, Protocols, NewType, Self, and the patterns I keep reaching for in production.