Part 1: Getting Started with Python
In this part, we will learn how to configure and build a Django project using Docker containers. We start with preparing a workspace, configuring a Python image, creating a Django project and integrating it so that it is isolated to the operating system, and can be lifted from any computer.
In this part, we cover the following chapters:
- Chapter 1, Setting up the Virtual Environment
- Chapter 2, Creating a Django Project around Docker