Hacker News new | ask | show | jobs
by germandiago 251 days ago
Python properly paired with typing is very competent IMHO.
1 comments

I would like to learn how to do this well!
Well, the ideal is to install mypy and have a linter in your editor/IDE. It will immediately highlight lots of things for you.
mypyc is also fun