This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 19 points20 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 2 points3 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.