Ask HN: Which Python IDE do you use and what do you like and dislike about it?

2 points by throw98987 ↗ HN

5 comments

[ 128 ms ] story [ 152 ms ] thread
Unless you are building something very large and complicated, I'd recommend VS Code or Sublime Text.
PyCharm
Discovered it recently. Usually I am a bit suspicious of big IDE based on IntelliJ which I consider too slow and to have an annoying latency, but I really liked PyCharm.

Before that, I was using Spyder or vim depending on the size of the project.

PyDev[1]. I like it because it leverages my existing familiarity with Eclipse. Otherwise, it falls into the "it just works" category. It does what I need, no complaints.

[1]: http://www.pydev.org/

emacs + jedi . its simple and doesn't assume too much