Other Books You May Enjoy
If you enjoyed this book, you may be interested in these other books by Packt:
Python Microservices Development – 2nd edition
Tarek Ziadé
ISBN: 978-1-80107-630-2
- Explore what microservices are and how to design them
- Configure and package your code according to modern best practices
- Identify a component of a larger service that can be turned into a microservice
- Handle more incoming requests, more effectively
- Protect your application with a proxy or firewall
- Use Kubernetes and containers to deploy a microservice
- Make changes to an API provided by a microservice safely and keep things working
- Identify the factors to look for to get started with an unfamiliar cloud provider
Python Web Development with Sanic
Adam Hopkins
ISBN: 978-1-80181-441-6
- Understand the difference between WSGI, Async, and ASGI servers
- Discover how Sanic organizes incoming data, why it does it, and how...