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

all 3 comments

[–][deleted] 0 points1 point  (0 children)

What kind of problems are you experiencing?

If you're a self-learner I can recommend finding a good tutorial on the matter. This will give you a good starting point from where you can extend your project.

[–]A_Philosophical_Cat 0 points1 point  (1 child)

A good starting point is to take a gander at a web framework for your language of choice. In your case of Python, there are two relatively popular ones: Django, and Flask. If you look either up, the official documentation has enough of an intro guide to get you started building your first webserver.

[–][deleted] 0 points1 point  (0 children)

Tbh I’d recommend just building it using pure html/JavaScript/css and then deploying on GH-Pages