Possible duplicate:
What IDE to use for Python?
Hello to all,
I am looking for either a lightweight IDE or a text editor (with plugins, of course) for writing Python code. Some of the features that I would like to provide to the software are as follows:
1) Autocomplete / offer
2) Multi-tab
3) Automatic format (when saving, if possible)
4) Syntax highlighting
5) Easy navigation between .py code (in Eclipse, if you use F3, you can go to the Class / Interface file)
6) Expand / Collapse (better known as Folding?)
7) Integration with Python-specific code verification (code analysis, unit testing tools, etc.)
8) [Optional] Source tree (view / navigation)
I prefer to use the keyboard for navigation, because I use a laptop (with a limited screen size), and I would like to avoid using a mouse.
Update: also indicate the names of the plugins if the finished files do not provide them.
thanks
source share