why and how we use Python in webpage. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

why and how we use Python in webpage.

I want to know benefits of using python in webpage and how can we use it in webpage.

26th Apr 2018, 3:51 PM
Satish Kumar Sharma
Satish Kumar Sharma - avatar
2 Answers
+ 5
You can use Django framework: www.djangoproject.com or any other for that matter: https://wiki.python.org/moin/WebFrameworks
26th Apr 2018, 3:56 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 2
Django is a very rich web framework of Python 3. Basic knowledge on Python 3 and HTML is required to work with Django. Django now supports only Python 3 not Python 2. Django has Django-Responsive for building responsive website  Django-responsive a utility application for building responsive websites in Django. This tool is meant to complement the use of CSS media queries and help solve problems with fixed width elements such as advertisements or embedded video. https://www.sololearn.com/discuss/969088/?ref=app https://www.sololearn.com/discuss/969088/?ref=app
26th Apr 2018, 5:06 PM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar