by Luciano Ramalho
ISBN: 9781492056348
Buy from O’Reilly
Found in 2 comments on Hacker News
asicsp · 2022-08-06 · Original thread
Here are some often recommended books (not specific to a particular framework):

* "Fluent Python" (https://www.oreilly.com/library/view/fluent-python-2nd/97814...) — takes you through Python’s core language features and libraries, and shows you how to make your code shorter, faster, and more readable at the same time

* "Serious Python" (https://nostarch.com/seriouspython) — deployment, scalability, testing, and more

* "Practices of the Python Pro" (https://www.manning.com/books/practices-of-the-python-pro) — learn to design professional-level, clean, easily maintainable software at scale, includes examples for software development best practices

markedle · 2022-08-05 · Original thread
Check out Fluent Python https://www.oreilly.com/library/view/fluent-python-2nd/97814...

The list of things you never use reads just like the table of contents of the book. I've only read 1st edition but I imagine the 2nd edition is more relevant now.