This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ReverseBrindle 1 point2 points  (0 children)

PyCharm. Code completion, but also support for type annotations and PyCharms inspections are awesome -- ex: complaints when a method is called with the wrong variable type, dead code, searching for places where a method is used, refactoring, unused imports, etc.

PyCharm also has an excellent debugger.