--- title: Python on Fly.io layout: framework_docs toc: false redirect_from: - /docs/languages-and-frameworks/python/ - /docs/getting-started/python/ --- Fly.io is a great place to launch your Python applications, especially if you plan on running them on multiple servers around the world so your users have a fast, snappy, low-latency experience. If you have questions or comments about running Python applications on Fly.io, create a new topic in our [community forum](https://community.fly.io/) and tag it with "python" so the right people can give you the support you need. ## Getting Started Run through the [FastAPI Speedrun](/docs/python/frameworks/fastapi) to get a feel for what it's like to deploy on Fly.io. ## The Basics [The Basics](/docs/python/the-basics/) covers everything you need to set up, run, and manage production Python apps on Fly.io. These documents also identify some common problems you may encounter and provide some pointers on how to resolve them.