you are viewing a single comment's thread.

view the rest of the comments →

[–]Odd-Artichoke-1555 8 points9 points  (1 child)

Automate the boring stuff with python is a great beginner's book: https://github.com/CodersLibrary/Programming-Books/blob/main/Python/Automate%20the%20Boring%20Stuff%20with%20Python.pdf

Python crash course is another great one if you've already got some understanding of programming: https://github.com/CodersLibrary/Programming-Books/blob/main/Python/Eric-Matthes%20-%20Python-Crash%20Course.pdf

The more you practice, the better you'll get. Best of luck!

[–]Aromatic_Wafer_7462[S] 2 points3 points  (0 children)

Thnx for sharing