Heroku gives you simple, easy ways to…
Deploy
Deploy from Git, your CI system, or deploy on every push to a branch in GitHub. Heroku runs your app in a dyno — a smart, secure container with your choice of Python version. Dynos come in different types, ranging from free dynos for getting started, to dynos at $7 per month for hobby projects, all the way to dedicated types for your highest-traffic apps.
Learn More
Manage
Manage your app portfolio in a straightforward dashboard or with a CLI. Use App Metrics to monitor CPU, response time, throughput and memory so you can quickly diagnose errors and know when to scale. Instantly see what release of your app is deployed and rollback to a stable version. Get aggregated event logs for instant insight into your application’s behavior.
Learn More
Scale
Heroku's horizontally scalable, stateless architecture is designed for building services in today's world of containerized applications. Vertically and horizontally scale your Python app’s web dynos with a single CLI command or by dragging a slider in the Heroku Dashboard.
Learn More