Other Books You Might Enjoy
If you enjoyed this book, you may be interested in these other books by Packt:
Python Object-Oriented Programming - Fourth Edition
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
Hands-On Data Structures and Algorithms with Python - Third Edition
Dr. Basant Agarwal
ISBN: 978-1-80107-344-8
Understand common data structures and algorithms using examples, diagrams, and exercises
Explore how more complex...