Brett Slatkin (2019)
Addison-Wesley.
URL: https://effectivepython.com/
Abstract. Ninety concise, practical items covering Pythonic thinking, functions, classes, comprehensions, generators, concurrency, robustness, testing, and collaboration. Each item explains a specific best practice with clear examples showing the right and wrong approaches. An essential reference for writing production-quality Python code.
Tags: python best-practices book intermediate