Can python be used to create website ? If yes then what we can make ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Can python be used to create website ? If yes then what we can make ?

31st Jan 2017, 12:56 PM
Rudraksh Dixit (lolster , rudra)
Rudraksh Dixit (lolster , rudra) - avatar
29 Answers
+ 24
Yes, take a look at Django or Flask. https://www.djangoproject.com/ http://flask.pocoo.org/
31st Jan 2017, 1:05 PM
Alex
Alex - avatar
+ 17
<< You can only make server-side website using Python... for client-side ( user ), you must continue use Html/Css/JS... To use Python server-side, many solution are possible: big and complete framework as Django, or basics modules for different purposes to compose your own framework... Basics modules for handling http requests/answers ( micro-frameworks ) are Bottle, Flask, and so on ( you must probably add particulars modules for particulars puposes -- as account handling, authentification... -- but to serve basic web sites you can avoid them )... >> https://www.sololearn.com/Discuss/194599/how-to-create-a-website-using-python
31st Jan 2017, 1:08 PM
visph
visph - avatar
+ 11
yes but not for the site's interface. you can write core algorithms in Python or C++ or Java .For an example Most of core search algorithms at google are written in Python.
1st Feb 2017, 4:42 PM
Nishant Amoli
Nishant Amoli - avatar
+ 8
Python is a server side language, and is very effective and widely used by organisations like Google, Disney and believe it or not the CIA. You can create anything your intuition is capable of devising - if logical and valid; use a Web framework like Django - but also too remember that you can also do it in PHP - My baby lol!
4th Feb 2017, 2:31 PM
Mark Foxx
Mark Foxx - avatar
+ 7
it can be used as a backend language (managing database, rendering web-pages on server)
1st Feb 2017, 11:51 AM
Andriy Rukas
Andriy Rukas - avatar
+ 6
You can make amazing websites with python using frameworks like django and the mini framework flask. Actually as previously mentioned Google is based on Python as well as YouTube, Nasa website, The onion,Pininterest and a lot more. Of course you will use it for the backend but with knowledge in HTML, CSS and JAVASCRIPT you are good to go.
4th Feb 2017, 5:55 AM
tiki
tiki - avatar
+ 6
Yes! Take a look at web2py python web framework. Web2py is very easy to learn and you'll build website with it in no time. Check it out here www.web2py.com
19th Feb 2017, 9:14 PM
Wisdom Abioye
Wisdom Abioye - avatar
+ 5
you can do almost anything like with php, java etc.. remember that a browser read HTML and function in javascript and others. python is used for the app behind the html
2nd Feb 2017, 12:09 AM
Mira Mirabeau Mirabel
Mira Mirabeau Mirabel - avatar
+ 5
yeah you can.. with django and flask python is very easy to use and also very efficient
2nd Feb 2017, 5:27 AM
Desmond Ezeama
Desmond Ezeama - avatar
+ 4
Only in the backend.
19th Feb 2017, 9:17 PM
Varun Ramani
Varun Ramani - avatar
+ 3
yes of course it used to create websites python is a really great programming language its used for everything
20th Feb 2017, 2:58 PM
nouha coding girl
nouha coding girl - avatar
+ 2
you can use Django
19th Feb 2017, 2:51 PM
Aman Singh Rathore
Aman Singh Rathore - avatar
+ 1
Alguien tiene un proyecto para el cual necesito ayuda ?, quisiera practicar en un entorno de produccion
7th Feb 2017, 11:53 AM
luis alberto avila gutierrez
luis alberto avila gutierrez - avatar
+ 1
yes
19th Feb 2017, 6:56 AM
Didi Georgel Danaila
Didi Georgel Danaila - avatar
+ 1
you could use python through a bottle, search that on Google.
20th Feb 2017, 1:50 PM
Nicholas Begg
Nicholas Begg - avatar
0
Daniel HTML frontend marckup language, not programming language for backend.
3rd Feb 2017, 11:31 PM
Gor Julhakyan
Gor Julhakyan - avatar
0
Google used python (not only python)
3rd Feb 2017, 11:36 PM
Gor Julhakyan
Gor Julhakyan - avatar
0
django is good. python is used to make real time web apps and servers.
10th Feb 2017, 6:58 AM
Nadun Yashmika
Nadun Yashmika - avatar
0
Yes , I think you should learn Django..
18th Feb 2017, 8:42 PM
Cemre Acar
Cemre Acar - avatar
0
Yes. There are many frameworks such as flask, Django using which amazing website or web applications can be built.
20th Feb 2017, 1:56 PM
Aravind Suresh
Aravind Suresh - avatar