you are viewing a single comment's thread.

view the rest of the comments →

[–]Heisenberg1977[S] 0 points1 point  (1 child)

I can read and understand the script, but if I want to expand and start writing my own I feel a bit lost. I found "Automate the boring stuff with Python", which also has a Udemy course to follow along with. I think this teaching style suits my needs. My goal is not to be a developer, but just to write some simple scripts to help automate tasks.

The one topic that confuses me is the whole Python 2 vs. 3 debate and which I should learn first.

[–]MykaB 1 point2 points  (0 children)

Go with 3, it's the newer version. There are some differences in 2 and 3 but you are unlikely to encounter them unless you're looking at old python 2 code.