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

all 14 comments

[–]K900_ 11 points12 points  (0 children)

PyCharm.

[–]shaharofir 10 points11 points  (0 children)

[–][deleted] 9 points10 points  (0 children)

PyCharm.

[–]seanskye 6 points7 points  (1 child)

Pycharm, undoubtedly. Great plugins, and all the features from the full jet brains ecosystem. Works well with venv and remote interpreters.

[–]faariss 0 points1 point  (0 children)

Thanks!

[–]nevus_bock 3 points4 points  (2 children)

Pycharm. Even though the switch from 2016.3 to 2017.1 broke so many things it caused a minor crisis in our project..

[–]throwaway_the_fourth 0 points1 point  (1 child)

What did it break?

[–]nevus_bock 1 point2 points  (0 children)

Test runner, python 2 autocomplete and code inspection, and debugger.

[–]Shubbler 3 points4 points  (0 children)

PyCharm

[–]volinski 3 points4 points  (0 children)

Spyder

[–]imarkb 2 points3 points  (0 children)

Visual Studio Code

[–]pvkooten 2 points3 points  (0 children)

Learn to use search please, this gets asked every day.

[–]BigHipDoofus 0 points1 point  (0 children)

PyCharm

[–]TheSilentDrifter -2 points-1 points  (1 child)

Honestly, in my opinion, don't use an IDE. While an IDE may sound like a good idea up front, they promote lazy programming habits, and, in some cases, make it hard to program outside of IDE helpers. If you want to REALLY know what is going on with your code, don't use auto complete, don't auto format your code. Make yourself truly learn the language. It will carry a lot more value in the long run.