vote up 2 vote down star

Why was looking for something that included many of the common modern-day tools, such as:

  • Code refactoring
  • Code navigation
  • Debugger
  • etc...
flag

1  
Wasn't this already answered in stackoverflow.com/questions/126753/…? – S.Lott Sep 25 '08 at 21:53
1  
I agree, this is a dupe. But I don't have the rep to do anything about it. :( – crystalattice Sep 26 '08 at 7:20

10 Answers

vote up 8 vote down check

Eclipse with the PyDev plugin.

http://pydev.sourceforge.net/

link|flag
vote up 2 vote down

There is a comprehensive list at http://wiki.python.org/moin/IntegratedDevelopmentEnvironments (as well as http://wiki.python.org/moin/PythonEditors). It's safe to say that each one is preferred and recommended by at least one person, because it's a wiki ;-)

link|flag
vote up 1 vote down

Though I've never used it, I've heard good things about Active State's Komodo. It is supported on Windows, Linux and OSX.

link|flag
vote up 0 vote down

I am sure you are not looking for something for .NET, but it is worth putting here: IronPython Studio

link|flag
vote up 1 vote down

Wingware Python IDE

Too bad it's not free!

link|flag
vote up 3 vote down

This question, this question and this question all deal with this topic, or one like it.

link|flag
vote up 4 vote down

PyScripter. It's free!

link|flag
vote up 3 vote down

Vim (or gVim, or MacVim).

Free, very powerful. You can write your own functions, macros, extensions, etc in minutes and expand it's functionality. There are tons of plugins and a strong, die-hard community.

link|flag
although vim is not an IDE, i prefer vim also – Jeremy Michael Cantrell Sep 28 '08 at 23:37
My point was that it's better than any IDE, and with enough carefully chosen plugins, it look like one. (since it can already easily function as one). – camflan Sep 30 '08 at 0:03
gVim ! :) yeah!.. the best editor i've ever use. And yes, with the properly plugins and knowledge on how to use it, it's much better than any IDE. – lk Oct 1 '08 at 19:02
vim is not an IDE, and comparing it to one makes no sense. i agree that it's better than using an IDE for you and me, but obviously not for the poster. – Jeremy Michael Cantrell Oct 2 '08 at 0:20
vote up 0 vote down

I think Pyscripter or http://sourceforge.net/projects/drpython/files/ Dr. Python are both my favorites on Windows (I did not see it (Dr. Python) listed in the master IDE list but I believe its a worthy candidate.) Not learning Linux for Python at the moment.

link|flag
vote up 0 vote down

use Emacs editor..Its very powerful .we can access many at time.open source.free

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.