Other Books You May Enjoy
If you enjoyed this book, you may be interested in these other books by Packt:
Python Object-Oriented Programming
Steven F. Lott, Dusty Phillips
ISBN: 978-1-80107-726-2
- Implement objects in Python by creating classes and defining methods
- Extend class functionality using inheritance
- Use exceptions to handle unusual situations cleanly
- Understand when to use object-oriented features, and more importantly, when not to use them
- Discover several widely used design patterns and how they are implemented in Python
- Uncover the simplicity of unit and integration testing and understand why they are so important
- Learn to statically type check your dynamic code
- Understand concurrency with asyncio and how it speeds up programs
Expert Python Programming – Fourth Edition
Michał Jaworski, Tarek Ziadé
ISBN: 978-1-80107-110-9
- Explore modern ways of setting up repeatable and consistent...