Python Forum

Full Version: Deplying Web App
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a simple Python app, something like online math tool. I don't know front end and web frameworks. What's the easy way to deploy this on web? For me enough would be simple site with textbox to enter expressions, title and few hyperlinks. Thanks.
Look at Flask.
Can do all development local as it comes with build in web-server.
When finish look for a web-host eg DigitalOcean.

Some links.
Tutorial | host | host1.
Thanks:)