Django

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/
Edit tutorial

Comment on This Data Unit