Hacker News new | ask | show | jobs
by nerdponx 617 days ago
Python does typing pretty darn well now for data like API requests and responses.

"Typed Python" does poorly (compared to e.g. Typescript) on things like overloading functions, generics, structural subtyping, et al.