Python Resource Center

Using Flightcontrol, you can deploy your Python applications on Amazon Web Services (AWS).

We’ve gathered all of our Python resources on this page to help you get started.

We recommend a custom Dockerfile for new Python services.

Guides

TitleDescription
Deploying with FlaskDeploy your first Flask app with Flightcontrol.
Creating a Flask AppCreate a simple Flask + Gunicorn web application to deploy.

Nixpacks Support for Existing Services

Flightcontrol continues to support existing Python services built with Nixpacks. Nixpacks is in maintenance mode, so use a custom Dockerfile for new services.

With Nixpacks, there are a series of rules that determine how your software gets built and deployed.

Because Nixpacks is open source, you can see exactly what is going on under the hood. The documentation for the Nixpacks Python provider is available here, along with the source code: