Login
From:
blog.changs.co.uk
(Uncensored)
subscribe
TypedDicts are better than you think
https://blog.changs.co.uk/typeddicts-are-better-than-you-think.html
links
backlinks
Roast topics
Find topics
Find it!
TypedDict was introduced in PEP-589 which landed in Python 3.8. The primary use case was to create type annotations for dictionaries. For example,...