Change: Django

created on Jan. 24, 2013, 5:37 p.m. by Hevok & updated on Jan. 24, 2013, 5:37 p.m. by Hevok

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

Categories: Tutorial
Parent: Web Framework

Comment: Created entry.

See entry | Admin

Comment on This Data Unit