+ 7
How,Why,Where,When to use Django?
I tried watching a crash course on Django and was unable to understand what exactly am I going to do. Why it's beneficial? When to use it? Is it worthy? What are the pre requirements for it?
2 odpowiedzi
+ 5
Django is a free open source framework for Web application
https://djangostars.com/blog/why-we-use-django-framework/
+ 2
Start with Flask and Sqlalchemy, this is more low-level things, also learn about wsgi, http, werkzeug and all that jazz, and afterwards you will be better understand how Django works