I want to make a website

I want to make a website with only one python program and one port forward, is this possible? if it is, do you have any tips for how I should do it? I also want to achieve this in vscode, not GitHub or something else, reason: I want complete control over the website. as a side note I want the website to actually be accessible from (almost) any where, on anything.

You will need to host your website somewhere, and GitHub is one of the easiest free ways to host a website.

I’m not sure what you mean about Python? Python isn’t usually involved in websites.

You should not make your private computer publicly available for people to interact with.

yeah, I know that git hub is easy, but I think I could make the entire system in python somehow.

you can, you need a python framework, check out flask

2 Likes

thanks, i will check out flask.

I just started learning python and I want to improve more what do I do am using my phone though
If u can help me with site to use to learn and where I can get learning tutorials
Thanks

there is the freeCodeCamp app, some of the interactive curriculum is available there