
Talk Python To Me #536: Fly inside FastAPI Cloud
38 snips
Feb 10, 2026 Savannah Ostrowski, a Python Steering Council member who works on CPython internals and releases, and Sebastián Ramírez, creator of FastAPI and founder of FastAPI Cloud, talk about simplifying deployment. They discuss one-command deploys, autoscaling and scale-to-zero, and designing a Pythonic cloud with tooling that strengthens the open-source project.
AI Snips
Chapters
Books
Transcript
Episode notes
One-Command Deployment
- Run a single command to deploy: FastAPI deploy handles builds, HTTPS, autoscaling, and more for you.
- Focus on building the app while FastAPI Cloud manages infrastructure and operations.
Make The Cloud Feel Pythonic
- FastAPI Cloud is explicitly designed to feel Pythonic so Python developers feel at home on the platform.
- That Pythonic design shapes CLI, UX, and integrations to match expectation and workflow.
Deploy Existing Apps Directly
- You don't need to start a new project to deploy: running FastAPI deploy works on existing FastAPI apps.
- Use FastAPI new only when you want a scaffolding that follows recommended structure.




