Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Deplying Web App
#1
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.
Reply
#2
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.
Reply
#3
Thanks:)
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020