Just to clarify we are not talking about the movie Django Unchained (which is, for some reason, the second result on google when you search for Django) A lot of you guys would most probably not have heard the name Django… except for those small group of people that intersects between people interested in web development and people who like python. If you haven’t guessed till now, Django is nothing but a back-end web framework. A couple of new words here right? Back-end and framework. So the back-end of a web site is everything that manages your data, interactions with the databases and all the logic that one needs to implement. A framework is something more than a library(I’ll cover this is another post). Its an entire environment that changes the way you code.
The Django web framework provides developers with the infrastructure required to quickly write database-driven web applications without having to start coding from scratch. It’s a powerful tool for speeding up common web development tasks while keeping the design clean and pragmatic. It’s motto is Don’t repeat yourself. Like Python, it emphasizes efficiency, allowing you to do as much as possible with as little coding as possible. If want to know more about its history this is an answer by the original developer That’s all for the day!! Hope you learnt something new |
Blog > Miscellaneous >