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.

Guides

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

Python Support in Nixpacks

Flightcontrol sets up the environment for your Python applications with Nixpacks, which are an advanced form of build packs that are designed to be extensible and customizable.

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: