webpage with Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

webpage with Python

is it possible to create web pages with the help of python similar to creating webpage with HTML & CSS ... And if anyone have created a webpage with python then please share with us

10th May 2018, 12:49 PM
Shariff
Shariff - avatar
4 Answers
+ 6
You need to learn Django module in python.
10th May 2018, 4:15 PM
Maninder $ingh
Maninder $ingh - avatar
+ 4
You should look for Django, Flask or Pyramid. Unfortunately none works here in Sololearn, but with them you can create web pages using Python.
10th May 2018, 1:15 PM
Mickel
Mickel - avatar
+ 1
Yes, Python is commonly used for back-end.
10th May 2018, 4:30 PM
Ben Allen (Njinx)
Ben Allen (Njinx) - avatar
0
I‘ve already written a web page in Python, but I would never recommend it. It‘s MUCH more complicated than writing in HTML, CSS and JS.
10th May 2018, 1:18 PM
Moritz Grimm