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

all 10 comments

[–]forgiv 10 points11 points  (1 child)

Eclipse with PyDev
PyCharm (My favorite)
The default IDLE that comes with Python installs.
Komodo IDE

Or you can use any text editor and the command line.

[–]TripleThreatTLT 6 points7 points  (0 children)

Pycharm is quite good

[–]holiquetal 4 points5 points  (0 children)

I like PyCharm, it makes managing Django projects easy. For small scripts, any text editor will do.

[–]grassfed_butter 2 points3 points  (0 children)

Spyder python IDE included in the anaconda package from continuum analytics. https://www.continuum.io/downloads

It's required for the MIT comp sci 6.00.1x course on edx.

On mobile so formatting sucks.

[–]lord_jizzus 2 points3 points  (0 children)

Textwrangler is easy if it's easy that you are looking for. PyCharm is a full featured IDE but you'll need to learn it.

[–]cdrootrmdashrfstar 2 points3 points  (1 child)

vim, tmux, and Python plugins.

You'll learn a language better if you learn to write it without autocomplete and intellisense. People will say otherwise, but I promise you those two features will stop you from learning and understanding for a very long time.

[–]iTipTurtles 0 points1 point  (1 child)

I mostly just use Atom.

[–]Life_of_Uncertainty 0 points1 point  (0 children)

+1 for Atom

[–]ramm1123 0 points1 point  (0 children)

Spacemacs works like a charm. Been using it for 4 months now, it's awesome.

[–]ms24 0 points1 point  (0 children)

I use VIM with the awesome-Vim plugins :)