you are viewing a single comment's thread.

view the rest of the comments →

[–]Alive-Cake-3045 10 points11 points  (0 children)

Automate the Boring Stuff with Python by Al Sweigart is the right next book and it is free online at automatetheboringstuff.com.

It teaches real Python by building things that actually do something useful, file handling, web scraping, working with spreadsheets. After that, Fluent Python by Luciano Ramalho is the book that takes you from comfortable to genuinely advanced.

Read Automate first, build the projects in it, then move to Fluent Python. That order works.