Please I want create website with python, can anyone help me? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Please I want create website with python, can anyone help me?

28th Jun 2021, 2:54 AM
Kobby Bizzy
Kobby Bizzy - avatar
41 Answers
+ 12
Here is some resources given. Python can be use as back-end in web development like we use Java but also you need to learn some front-end languages like - Html, JavaScript, CSS. 1 - A Complete Guide to Web Development in Python https://www.educative.io/blog/web-development-in-python 2 - Python from Scratch - Create a Dynamic Website https://code.tutsplus.com/articles/python-from-scratch-create-a-dynamic-website--net-22787 3 - Python Web Applications: Deploy Your Script as a Flask App https://realpython.com/python-web-applications/ 4 - How to build a website with Python (an introduction) https://www.freelancer.com/articles/web-development/how-to-build-a-website-with-python 5 - Web Frameworks for Python https://wiki.python.org/moin/WebFrameworks 6 - Best Python Frameworks For Web Development https://analyticsindiamag.com/10-best-python-frameworks-for-web-development/ 7 - Choosing the best Python web framework https://ncube.com/blog/top-python-web-frameworks-2020
28th Jun 2021, 3:19 AM
A͢J
A͢J - avatar
+ 6
bandwith is the capacity to treat less or more request ^^ also, most of host providers support only Php as back end language... to be able to host other languages, you must search for specific hosting... for Python, pythonanywhere.com is one... they provide free accounts (wich must be reactivated every 3 months) and you can later opt for paid plans ;)
28th Jun 2021, 3:21 AM
visph
visph - avatar
+ 5
want to make a web use html css js and use python for backend
28th Jun 2021, 8:34 AM
blocked
+ 4
for front end development, only HTML CSS and Javascript... but for back end development you can use almost any languages, among wich Python, wich have plenty of web framework (from Bottle or Flask to Django)...
28th Jun 2021, 3:10 AM
visph
visph - avatar
+ 2
Rellot's screwdriver looks like 2 pythonistas got triggered by your answer
28th Jun 2021, 7:59 AM
Bot
Bot - avatar
+ 2
visph is r8 . python is not frontend technology
28th Jun 2021, 8:33 AM
blocked
+ 2
Bot and here's the full source to why i said that https://www.sololearn.com/Discuss/2801819/?ref=app
28th Jun 2021, 9:13 AM
Rellot's screwdriver
Rellot's screwdriver - avatar
+ 2
Struggling Alone flask is not necessarly required: there are a lot of available web frameworks in python (from bottle to django, and even by building your own using built-ins, even if that's not the recommended way, as being the hardest path) also, that's not the only required language to be able to "make website": HTML and CSS at least are unavoidable... with Python (or any programming language) you can only handle http requests/responses, not design the web page that you serve ^^
28th Jun 2021, 6:21 PM
visph
visph - avatar
+ 2
Bot It is not about pythonistas, it is about lack of knowledge, information, thinking. I have shared 4-5 links which is enough to tell how you can use Python as a web development but I got 2 dislike.
29th Jun 2021, 7:15 AM
A͢J
A͢J - avatar
+ 2
Bot "Python in backend is on the decline" is not exactly the same as "python is not much used in web development as HTML. in fact, not many people uses python for almost anything expect hobby, it's only famous as a popular starting language." said by Rellot's screwdriver in its first post... and anyway, what are the reasons of this decline (if we accept that's true)? lacks of host providing Python as backend language or Python not being atteactive as backend language? I guess the former is the most probable... unfortunatly: that's also maybe why Php is still the most used language at backend: host supportng widely Php, not Php being more attractive than other backend languages, sadly ^^ shortcuts between usage proportion and weakness / usefulness of languages can be misleading / insidious ;P
29th Jun 2021, 6:42 PM
visph
visph - avatar
+ 1
Kobby Bizzy use HTML and CSS to make a website.
28th Jun 2021, 2:56 AM
Rellot's screwdriver
Rellot's screwdriver - avatar
+ 1
Kobby Bizzy python is not much used in web development as HTML. in fact, not many people uses python for almost anything expect hobby, it's only famous as a popular starting language.
28th Jun 2021, 3:04 AM
Rellot's screwdriver
Rellot's screwdriver - avatar
+ 1
Kobby Bizzy sure... even if you can also host for free (but with limitations, such as not your own domain name, limited bandwith, and so on...)
28th Jun 2021, 3:13 AM
visph
visph - avatar
+ 1
For creating a website in python you will have to use python flask or python django, etc. But HTML and CSS is a better option.
28th Jun 2021, 8:34 AM
Arseni
Arseni - avatar
+ 1
Rellot's screwdriver agreed! most pythonistas always get triggered whenever their Idol's weaknesses has been revealed.
28th Jun 2021, 9:42 AM
Bot
Bot - avatar
+ 1
Bot i did not spread any misinformation. I have answered the question by recommending Python Flask and Python Django.
28th Jun 2021, 10:03 AM
Arseni
Arseni - avatar
+ 1
that's not because Python is not the most used language that necessarly means "not much people uses python for almost anything, it's only famous as a popular starting language"... without wanting to argue too much, in fact Python is popular script language used a lot in linux and friends (OSX, UNIX) as well as it is usually preinstalled in those environments (wich have less or more Python scripts to automatize some tasks), also in scientist community (despite its relatively slow time execution, compared to compiled languages), and as well as first development tool for a lot of application (before jumping to most efficient languages when scaling) including back end ^^ Php is still the most used language as back end development, but not even better than Python, Javascript, or Go... Java (wich is semi-compiled) is even quite less used as back end: compiled languages are very few used as back end, even that's ever possible ;) Php is the most used as back end only for historical reason and wide deployement ;P
28th Jun 2021, 10:17 AM
visph
visph - avatar
+ 1
Arseni "HTML and CSS is a better option" is not true: this is the only option to develop front end stuff... back end development means only handling http requests /responses... these responses can be static html / css files (and some other assets), as well as dynamically generating those file formats ;P
28th Jun 2021, 10:22 AM
visph
visph - avatar
+ 1
visph agreed, but its his choice to make. If he wants to use python, as i have already stated, he can use Python Flask, Python Django, etc.
28th Jun 2021, 10:25 AM
Arseni
Arseni - avatar
+ 1
🅰🅹 🅐🅝🅐🅝🅣 i am not denying that you did share useful answer, im saying that what he said was true: usage of Python in backend is on the decline, so he is right about saying the python is not much used in web development. you are right in showing how to use python in webdev, but that does not mean he must be wrong for saying that python is not much used in webdev. they are about 2 different subjects, and so supporting one does not mean that i oppose the other.
29th Jun 2021, 3:57 PM
Bot
Bot - avatar