Heroku

How It Works

Python

With Heroku, you can instantly deploy and scale any of your Python applications on the cloud. This developer guide will walk you through a series of articles to help you understand how to build and deploy Python applications on Heroku.

If you would like to understand how the Heroku Platform works, read the Heroku Platform Basics.

Deploy a Python web application

You can use any WSGI server that you like for your application on Heroku. Learn how to use pip and virtualenv for dependency management. Deploy a simple Flask app.

Read More…

Deploy a Django app

If you are a Django developer you can get started building and deploying Django applications with Postgres databases.

Read More…

Working with Heroku add-ons

Heroku provides a rich selection of add-ons. You can install these to provide additional application services like Performance Management, Log monitoring, NoSQL databases etc. Below are a few articles to get you started on some of these add-ons:

If you still have questions:

Articles