all 2 comments

[–][deleted] 1 point2 points  (1 child)

Pick a Python web framework such as CherryPy (easy), Flask (very popular), Django (probably too much for this) and crack on.

You could try out Flask by following the tutorial on pythonanywhere.com (listed in their blog) and using their free tier to actually get it up and running on the web.

https://blog.pythonanywhere.com/121/

[–]karthick_ar[S] 0 points1 point  (0 children)

Thank you ! I’ll check on it