video

About the lecture

Stuck trying to deploy your Python application? Join Mason Egger, who will demonstrate how to deploy Python applications to servers, containers, and PaaS.

What will you learn

  • What are WSGI and ASGI, and why are they needed
  • How do I deploy Python applications to traditional Web servers using Gunicorn
  • How can you container your application for deployment as a microservice
  • How to deploy your application to DigitalOcean’s PaaS (Platform as a Service) App Platform.

The object of this lecture is

Python developers who want to deploy applications.

A prerequisite for

Knowledge of the Python networking framework. Flask, Django, FastAPI, etc.

resources

How to use The Gunicorn and Nginx services on Ubuntu 20.04 How to build and deploy Flask applications on Ubuntu 18.04 How to deploy A Django application on DigitalOcean? How to deploy a Flask application on DigitalOcean