References

Effective Python: 90 Specific Ways to Write Better Python

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

This site is currently in Beta. Please email Chris Paton (cpaton@gmail.com) with any suggestions, questions or comments.