If you enjoyed this book, you may be interested in these other books by Packt:
Django Design Patterns and Best Practices - Second Edition
Arun Ravindran
ISBN: 978-1-78883-134-5
- Make use of common design patterns to help you write better code
- Implement best practices and idioms in this rapidly evolving framework
- Deal with legacy code and debugging
- Use asynchronous tools such as Celery, Channels, and asyncio
- Use patterns while designing API interfaces with the Django REST Framework
- Reduce the maintenance burden with well-tested, cleaner code
- Host, deploy, and secure your Django projects
Hands-On RESTful Python Web Services - Second Edition
Gaston C. Hillar
ISBN: 978-1-78953-222-7
- Select the most appropriate framework based on requirements
- Develop complex RESTful APIs from scratch using Python
- Use requests handlers, URL patterns, serialization, and...