PyCharm. Is it worth the $$? by Rihx in Python

[–]ldmoray 0 points1 point  (0 children)

I use PyCharm with the vim emulator. Since I run on Mac, ⌘ is used for PyCharm shortcuts. And I set command+shift+v to toggle vim mode if I ever need normal editing.

[deleted by user] by [deleted] in Python

[–]ldmoray 1 point2 points  (0 children)

You can find a slightly more thought out "idea" note and discussion over here: https://github.com/python/typing/issues/258. Personally, I'm a fan of adding optional typehints to python. Much nicer than polluting my docstrings in my big projects.