Hacker News new | ask | show | jobs
by icebraining 3065 days ago
+1, I recently wrote some data extraction and processing code using pandas and mypy, and it was pretty great. And progress is happening to add types to numpy and pandas themselves.
1 comments

You still have many not type annotated libraries in ecosystem, and poor support of refactoring/navigation in IDEs.