
La bibliothèque numérique des universités publiques du Sénégal
Auteur(s): Jain, Shayank
Editeur: BPB Publications
Année de Publication: 2020
pages: 324
ISBN: 978-93-89328-79-0
A step-by-step that will help you build Microservices architecture using Django and Python
Key Features
Description
Microservices architectures solve the multiple problems of software architecture. Django is a full-stack development framework, written in python.
This book includes everything necessary for web application development; from the user views to the information storage: model, persistence, relationships, controllers, forms, validations, rest API and a very useful back office. Furthermore, the book will show how to build production-ready microservices. It will help you create restful APIs and get familiar with Redis and Celery. Towards the end, the book will show how to secure these services and deploy these microservices using Django. Lastly, it will show how to scale our services.
What will you learn
Who this book is for
This book is for those beginners who want to make their careers in software development. It starts from the basics of python and Django, takes the reader to the Microservices architecture.
Table of Contents
1. Basic of Python
2. Major Pillars of OOPS with Python
3. Getting Started with Django
4. API Development with Django
5. Database Modeling with Django