+ 6
Can python be used to create website ? If yes then what we can make ?
29 Answers
+ 24
Yes, take a look at Django or Flask.
https://www.djangoproject.com/
http://flask.pocoo.org/
+ 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
+ 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.
+ 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!
+ 7
it can be used as a backend language (managing database, rendering web-pages on server)
+ 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.
+ 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
+ 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
+ 5
yeah you can.. with django and flask python is very easy to use and also very efficient
+ 4
Only in the backend.
+ 3
yes of course it used to create websites python is a really great programming language its used for everything
+ 2
you can use Django
+ 1
Alguien tiene un proyecto para el cual necesito ayuda ?, quisiera practicar en un entorno de produccion
+ 1
yes
+ 1
you could use python through a bottle, search that on Google.
0
Daniel HTML frontend marckup language, not programming language for backend.
0
Google used python (not only python)
0
django is good. python is used to make real time web apps and servers.
0
Yes , I think you should learn Django..
0
Yes. There are many frameworks such as flask, Django using which amazing website or web applications can be built.