Hacker News new | ask | show | jobs
by DenseComet 1647 days ago
The problem with Python type checking is that the general community still does not write libraries with types. On the other hand, the JS community is further along and most libraries written today include TS files. I think the same will happen with Python, but it obviously takes time.
1 comments

I’ll give you that. I only use standard library stuff and some really good 3rd party libraries that either have types or type hint packages.