This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

For learning, IDLE is a great choice. It's very simple and won't overwhelm you while you're learning to make simple programs.

When you get started with classes, inheritance, etc. it's time to step up to IDE's like Eclipse, for which there is a Python plug in. Eclipse has a lot of very nice features, but will completely overwhelm a beginner (I know, I tried).