+ 14

[DUPLICATE] Python with web Application

Can any one tell about Django? I see some web applications developed using python scripts, how to intermix python with web applications?

11th Apr 2018, 12:25 PM
JULIUS FREDRICK
JULIUS FREDRICK - avatar
2 Answers
+ 8
Perhaps it'd be better to title this thread "Can anyone tell me about Django", rather than what you have, so that it's a bit more specific for users scrolling by. You dropped this thread into the one below. However, the thread below was posted approximately 22 minutes before you posted this thread. Your thread is the duplicate out of these. A magical button called "view source/inspect element" can work wonders, btw. https://www.sololearn.com/Discuss/1208735/?ref=app
15th May 2018, 11:20 PM
Fox
Fox - avatar
+ 7
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. Resources: Django is a very strong and rich web framework. I'm learning from YouTube. For learning Django 3 channels are followed by me: https://youtu.be/Fc2O3_2kax8 https://youtu.be/2yXfUPwlZTw https://www.youtube.com/playlist?list=PL6gx4Cwl9DGBlmzzFcLgDhKTTfNLfX1IK Websites: https://www.django-cms.org/en/ https://www.djangoproject.com https://djangobook.com
11th Apr 2018, 12:28 PM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar