Skip to content

2. Django Basics

Chee Yim Goh edited this page Sep 1, 2017 · 2 revisions

What is Django?
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel. It's free and open source. Ridiculously fast. (https://www.djangoproject.com/)

Django Architecture

Other Python Frameworks:-

  • Web2py (Fullstack)
  • Flask (Microframeworks - definitely suited to smaller, simpler projects than Django)

Credit:- http://www.business2community.com/brandviews/upwork/guide-python-web-frameworks-01893109#EYgxxc1rioQH7gVO.97

Clone this wiki locally