Django

Created on Jan. 24, 2013, 5:37 p.m. by Hevok & updated by Hevok on May 2, 2013, 5:24 p.m.

Django is a Python based Web Application Framework. It is superior to others for various reasons. It supports out of the box:

  • divides data/logic/presentation (MVC)
  • test framework built-in
  • great docs, activate community

Additionally it has a cute mascot!

First of Django divides data, logic and presentation very very clearly. This is something that every Framework should do, but some do better than others and Django does it particularly well. Django also comes with a lot of built-in components that can be readily used as well as huge Application Ecosystem. Finally Django has fantastic Documentation and a very active Community of which you can always rely on if you have any questions.

django.jpg

Tags: framework, programming, development, mvc, mvt, web framework, MVC, MVT
Categories: Tutorial
Parent: Web Framework

Update entry (Admin) | See changes

Comment on This Data Unit