Hacker News new | past | comments | ask | show | jobs | submit login

Two words: typing, mypy [1]

The editor support that I get from typing/mypy is fantastic! It feels like writing in a statically typed language. To me this is by far the most important feature of Python3. It's a godsend for larger/complicated code bases.

[1]: https://github.com/python/mypy




Yes, you are right. I'm also using mypy along with pylint, yapf and isort. Helps keeping my python codes clean




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: