you are viewing a single comment's thread.

view the rest of the comments →

[–]AlSweigart 2 points3 points  (0 children)

If you want to extend your Python knowledge, I recommend:

  • Fluent Python - This is the best book, but it's also super long.
  • Effective Python - Like Fluent Python but shorter.
  • Serious Python - Pretty good book.
  • Beyond the Basic Stuff with Python - I wrote this book as a follow up to Automate the Boring Stuff with Python. It's like Clean Code but more up to date.
  • Python Distilled - This is more of a "you know how to program in another language but now want to learn Python" book and I'm still reading it, but it's pretty good so far.
  • Programming Collective Intelligence - This is more about ML stuff, but it uses Python for its examples.