It turns out that for me the best combination (ease of installation + features) is the following odd couple: Ipython + IDLE (I was using Ipython + SciTe)
IDLEs shell sucks compared to Ipython, but IDLE's code editor is awesome, especially considering that its comes standard with the python install.
Scite Does:
IDLEs shell sucks compared to Ipython, but IDLE's code editor is awesome, especially considering that its comes standard with the python install.
Scite Does:
- syntax highlighting
- code folding
- can call python
- Multiple tabs
- integrate with debugger,
- parse modules and methods
- code completion
- Syntax highlighting
- parse module and methods
- code completion
- code context
- integrate debugger
- Fold code
- Have multiple tabs (annoying)
Comments
Post a Comment