0

Possible Duplicate:
What IDE to use for Python?

I want to get serious with python and write bigger projects. And for that I need an IDE, that helps me concentrate more on thinking and less on coding.

Until know I used TextMate (Mac), vim, and notepad++ (Windows). editors like these are good to grab a file for quick modifications, but for me they don't seem appropriate for whole projects. (This is how I feel about it, no offense...) :-)

I want to use a webframework (perhaps Django?) to develop a webpage in python.

Desirable features are:

  1. Code completion
  2. Refactoring
  3. Code Folding
  4. Proposal of methods and attributes for standard modules and classes by the IDE
  5. It would be great if it comes with a little documentation.
  6. SVN would be great too!
  7. Not necessary, but it would be great if it would work on Linux and Windows (and Mac)

Below the line I am looking for an IDE, that makes me as happy coding in python as eclipse does, when I code in Java.

Any recommendations? :-)

Community
  • 1
  • 1
Aufwind
  • 25,310
  • 38
  • 109
  • 154

5 Answers5

4

PyDev is a Python IDE based on Eclipse.

Joachim Sauer
  • 302,674
  • 57
  • 556
  • 614
3

Eclipse supports Python development.

André Caron
  • 44,541
  • 12
  • 67
  • 125
2

I recently switch from Eclipse PDT to PHP Storm for my development. I think you should try jetbrain's IDE for Python : http://www.jetbrains.com/pycharm/

Brice Favre
  • 1,511
  • 1
  • 15
  • 34
1

With google I found an integretated IDE for Eclipse for Python IDE.

Reporter
  • 3,897
  • 5
  • 33
  • 47
0

There is Komodo IDE and the lighter, free Komodo Edit.

Michael J. Barber
  • 24,518
  • 9
  • 68
  • 88