Glossary coding Term Page
TypedDict
a tool that defines dictionary keys and value types like a lightweight class
Core Idea
TypedDict is a tool that defines dictionary keys and value types like a lightweight class. It usually makes the most sense alongside Static analyzer.
Why It Matters Here
Mathbong reuses this term across python posts as shared vocabulary.