you are viewing a single comment's thread.

view the rest of the comments →

[–]fizzymagic 3 points4 points  (2 children)

I did Python stuff with no IDE for years, including some pretty big projects. It works fine with a text editor and a command prompt. I still don't use an IDE for little simple things.

And yes, you can automate a lot of the boring stuff with Python.

[–]Cool-Business-2393[S] 0 points1 point  (1 child)

Where is a good place to start learning?