Hacker News new | ask | show | jobs
by mountainriver 1558 days ago
Also just the ability to understand a code base, exploring libraries in dynamic python is super painful
1 comments

PyCharm is really good when exploring Python. But this made browsing Python code on Github much more difficult. I've pulled down some project more than once just to get PyCharm's type inference and documentation. With type annotations it makes just reading the file without an IDE much nicer.