This document provides an overview of how to deliver Python applications with Docker. It introduces Docker concepts like images, containers, layers and data volumes. It then demonstrates dockerizing a sample Django application, including creating a Dockerfile with instructions to install dependencies, copy code and prepare the app. Production deployment notes are also provided, discussing options for Docker registry, orchestration and good practices.