Suggest a python IDE

Status
Not open for further replies.

Necronic

Staff member
I'm wanting to learn Python, and I need a simple IDE to play with it. My main desire is that the IDE is simple, and preferably has a GUI studio of some sort. Simple installation is good as well,

So, suggestions?
 
vim.

On a serious note, Python being a scripting language doesn't really need the bells and whistles that you get with an IDE. It's mostly "write script, run script" type of situations. GUI programming with Python last I checked was a PITA (aka no awesome tool), but that was a couple of years ago so maybe someone can correct me. You can get by learning with just installing python and a good editor like notepad++ (windows only).

If you have to have an IDE, there's an eclipse addon called PyDev.
 
Status
Not open for further replies.
Top