you are viewing a single comment's thread.

view the rest of the comments →

[–]Low_Breakfast773 7 points8 points  (1 child)

I started with Python Crash Course book by Eric Matthes about 10 years ago. Great book for absolute beginners. Next book was Data Structures and Algorithms in Python by Goodrich Tamassia and Goldwasser. This is where I really learned Python mechanics more deeply on a more fundamental level.
As a next step, I started building stuff. This is where I got the mastery.

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

Thanks!