DEV Community

Discussion on: Flask Tutorial - The Interactive way, Ask Me Anything for three hours

Collapse
 
arturo2r profile image
ArturoDRR

Hello what is the simplest and cheapest way to deploy a flask site?
I am beginner and recently I had an opportunity to make a landing page for an architecture agency, and I saw that flask is very easy to use, but I am seeing that some shared hostings doesn't support python. What you suggest me to do, or do I have to change stack. Thank you.

Collapse
 
sm0ke profile image
Sm0ke

Heroku has a free tier and is super easy to set up.
Another option is to buy a 5$ Droplet on DigitalOcean and use it for many projects.
Also, using a raw droplet, and make your own configuration in Apache/Nginx you will learn a lot.