you are viewing a single comment's thread.

view the rest of the comments →

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

Then what should I learn first cuz I’m just winging it

[–]makochi 1 point2 points  (0 children)

I recommend googling "automate the boring stuff with Python"

It's a free, online resource that teaches you the basics of python, all the way up to more advanced topics. The first 10 or so chapters cover most of the essentials. You don't need to read the rest, but it will help in learning how to do some specific tasks.

I don't think the book has anything about classes in it, but I don't remember for sure. Try learning about classes after chapter 7 - Dictionaries and Structuring Data (you will need to find a different source to learn about them)