One of the most important considerations that one needs to make when designing software services is the programming language and the frameworks associated with it to use during the project.
For educational purposes in this book we are going to use the Python programming language with the Django Web Framework and associated toolchains to achieve our goals. To catch up out knowledge a little bit, we are going to go through the core concepts of Django and build a service ourselves.
Introducing the Problem
In this book, we will aim to stay to problems that are as close to real life as possible. ...