Python Forum
Need help with website making - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: Need help with website making (/thread-27744.html)



Need help with website making - MianDoesCoding - Jun-19-2020

how can i make a website? i am so confused on how to even start
i'v read websited but people are more helpfull :)


RE: Need help with website making - pyzyx3qwerty - Jun-19-2020

Creating a website


RE: Need help with website making - jefsummers - Jun-19-2020

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.


RE: Need help with website making - buran - Jun-19-2020

there are plenty of web frameworks.
check our web tutorials: https://python-forum.io/Forum-Web-Tutorials
Also https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world

These are for Flask - one of the available frameworks


RE: Need help with website making - ndc85430 - Jun-20-2020

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.


RE: Need help with website making - MianDoesCoding - Jun-28-2020

(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