PDA

View Full Version : Python3 IDE



lethalfang
June 5th, 2012, 07:08 PM
I like features of IDLE3, but the shell that comes with IDLE3 is no good. Something that takes 5 seconds to run in the terminal, would crash the IDLE's shell.
So I'm looking for a replacement for IDLE3.
I looked at Geany. I like the editor, but I prefer an IDE with a Python3 shell that has tab completions for Python3 objects. Kinda like how "python3 -i" works, but "python3 -i" doesn't do tab completion.
Any ideas?

prismctg
June 6th, 2012, 05:04 AM
You can use Pydev in Eclipse

pauljwells
June 7th, 2012, 04:34 AM
You can use Pydev in Eclipse

What he said. I've not tried with 3.x, but PyDev for 2.x is simply amazing.

llanitedave
June 7th, 2012, 10:17 PM
I recently switched from Geany to PyDev, and I find PyDev to be quite powerful. Some things in my own code that used to confuse me are clearer now.