Hosting

Platform-as-a-Service (PaaS) is a type of cloud computing infrastructurewhich abstracts and manages infrastructure, routing, and scaling of webapplications. When using a PaaS, application developers can focus on writingapplication code rather than needing to be concerned with deploymentdetails.

Heroku

Heroku offers first-class support forPython 2.7–3.5 applications.

Heroku supports all types of Python web applications, servers, and frameworks.Applications can be developed on Heroku for free. Once your application isready for production, you can upgrade to a Hobby or Professional application.

Heroku maintains detailed articleson using Python with Heroku, as well as step-by-step instructions onhow to set up your first application.

Heroku is the recommended PaaS for deploying Python web applications today.

Eldarion

Eldarion (formely known as Gondor) is a PaaS poweredby Kubernetes, CoreOS, and Docker. They support any WSGI application and have aguide on deploying Django projects.