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:
- Code completion
- Refactoring
- Code Folding
- Proposal of methods and attributes for standard modules and classes by the IDE
- It would be great if it comes with a little documentation.
- SVN would be great too!
- 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? :-)