Heroku

Cloud based deployment for Python Flask apps

More on Heroku

Heroku (https://heroku.com) provides entry-level hosting for webapps at no cost. A credit card is not required for webapps that do not exceed a minimal threshold of compute resources.

Here is an example of a repo that has the necessary files for a minimal Flask app that can be deployed on Heroku:

More on Heroku