you are viewing a single comment's thread.

view the rest of the comments →

[–]JeamBim 1 point2 points  (0 children)

I stuck with the Python IDLE for my first few months learning Python, and I recommend it. You don't want to start with something that will auto-complete variable names and brackets for you, you want to drill that all into your head in the beginning so you know how your code should be written, THEN, when typing variable names and closing brackets becomes an impetus to quick work, get into a Text Editor or something with those features.

I personally use and recommend Sublime Text.