I’ve searched for a quick guide on how to deploy a Python Flask app on any PaaS provider and I didn’t find a quick one, so I decided to create one on Heroku 😁
In this tutorial, we will create a basic Flask web application that returns a “Hello Medium” message when calling the application from the browser.