Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 2.99 KB

Django.md

File metadata and controls

55 lines (40 loc) · 2.99 KB

Django

N|Solid

A batteries included web framework for python

N|Solid

Build Status

Django is a free, open source, high-end framework written in the famously simple, flexible, and relatively easy-to-learn Python programming language.

[#] Latest Version is Django 3 but there are no major differences between Django 3 and Django 2

  • Developer Friendly
  • Secure and Tested
  • Mature framework i.e lots of learning materials
  • Big Community

Prerequisites

  • Object Oriented Programming using Python3
  • Basic Datastructures in python (Set, List, Dictionary, Tuples)
  • Basic idea of ports, hosts, HTTP Requests
  • How Virtual Environments work

Resources for Object Oriented Programming in python

Text Tutorials for Getting Started in Django

Video Tutorials for Django

Projects with Django

Advanced