-
Notifications
You must be signed in to change notification settings - Fork 0
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/)
Other Python Frameworks:-
- Web2py (Fullstack)
- Flask (Microframeworks - definitely suited to smaller, simpler projects than Django)