Python Forum

Full Version: Need help with website making
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how can i make a website? i am so confused on how to even start
i'v read websited but people are more helpfull :)
Really isn't Python, but - whoever is hosting your website likely has some beginner tools that you can use for free. Read specifically about those, look for a tutorial on those tools on Youtube.
there are plenty of web frameworks.
check our web tutorials: https://python-forum.io/Forum-Web-Tutorials
Also https://blog.miguelgrinberg.com/post/the...ello-world

These are for Flask - one of the available frameworks
You haven't said what kind of website you want to create. If you just want pages that are static, there's not going to be any need for Python, just HTML, CSS and possibly JavaScript. Jekyll is one site generator and there are probably others. GitHub Pages can host static sites from a GitHub repository and can host sites made with Jekyll too.
(Jun-20-2020, 05:19 AM)ndc85430 Wrote: [ -> ]You haven't said what kind of website you want to create. If you just want pages that are static, there's not going to be any need for Python, just HTML, CSS and possibly JavaScript. Jekyll is one site generator and there are probably others. GitHub Pages can host static sites from a GitHub repository and can host sites made with Jekyll too.

i want a website where it looks nice and when u click a button. it takes a random string in the format of username:password from a text file full of them for example
mian:lol
pian:sisd
osdk:oa
and so it takes a random one from the text file and gives it to them