Hacker News new | ask | show | jobs
by robjampar 2659 days ago
Have you seen/are you using type hinting (available in python 3.5+) Most IDEs have support for type hinting.

https://www.python.org/dev/peps/pep-0484/

1 comments

I have not! Thank you!