If you enjoyed this book, you may be interested in these other books by Packt:
Expert Python Programming - Third Edition
Tarek Ziadé, Michał Jaworski
ISBN: 978-1-78980-889-6
- Explore modern ways of setting up repeatable and consistent development environments
- Package Python code effectively for community and production use
- Learn modern syntax elements of Python programming such as f-strings, enums, and lambda functions
- Demystify metaprogramming in Python with metaclasses
- Write concurrent code in Python
- Extend Python with code written in different languages
- Integrate Python with code written in different languages
Mastering Object-Oriented Python - Second Edition
Steven F. Lott
ISBN: 978-1-78953-136-7
- Explore a variety of different design patterns for the __init__() method
- Learn to use Flask to build a RESTful web service
- Discover SOLID...