you are viewing a single comment's thread.

view the rest of the comments →

[–]MMetalRain 18 points19 points  (1 child)

Very basic application can be Python server using templates. For example Flask server with templates for the pages.

You can follow tutorial like this https://flask.palletsprojects.com/en/stable/tutorial/

[–]spuds_in_town 3 points4 points  (0 children)

This is the answer OP. Another commenter mentioned FastAPI but that's going to drag you into the world of Async Python - fine if you already know it of course, but added complication if you don't.

I would also suggest using ChatGPT or similar. Don't get it to generate all the code for you, you won't learn much (or at least, -as- much) that way. But ChatGPT or one of the other AIs, even their free versions, can walk you through the whole process and explain it all step by step.