Other Books You May Enjoy
If you enjoyed this book, you may be interested in these other books by Packt:
Clean Code in Python - 2nd edition
Mariano Anaya
ISBN: 978-1-80056-021-5
- Set up a productive development environment by leveraging automatic tools
- Leverage the magic methods in Python to write better code, abstracting complexity away and encapsulating details
- Create advanced object-oriented designs using unique features of Python, such as descriptors
- Eliminate duplicated code by creating powerful abstractions using software engineering principles of object-oriented design
- Create Python-specific solutions using decorators and descriptors
- Refactor code effectively with the help of unit tests
- Build the foundations for solid architecture with a clean code base as its cornerstone
Modern Python Cookbook – Second Edition
Steven F. Lott
ISBN: 978-1-80020-745-5
- See...