If you enjoyed this book, you may be interested in these other books by Packt:
Learning Concurrency in Python
Elliot Forbes
ISBN: 978-1-78728-537-8
- Explore the concept of threading and multiprocessing in Python
- Understand concurrency with threads
- Manage exceptions in child threads
- Handle the hardest part in a concurrent system — shared resources
- Build concurrent systems with Communicating Sequential Processes (CSP)
- Maintain all concurrent systems and master them
- Apply reactive programming to build concurrent systems
- Use GPU to solve specific problems
Python Microservices Development
Tarek Ziadé
ISBN: 978-1-78588-111-4
- Explore what microservices are and how to design them
- Use Python 3, Flask, Tox, and other tools to build your services using best practices
- Learn how to use a TDD approach
- Discover how to document your microservices
- Configure...