Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Exploring Django For Web Development

Exploring Django For Web Development

Michael Abraham Wekesa

September 04, 2023
Tweet

More Decks by Michael Abraham Wekesa

Other Decks in Programming

Transcript

  1. What is Django Django is a high-level Python web framework.

    Developed to simplify web application development. Launched in July 2005. Aimed at rapid and efficient web application development. Boasts a batteries-included philosophy, providing many built-in tools and libraries.
  2. Django's Key Features Object-Relational Mapping (ORM) Admin Interface URL Routing

    Template Engine Authentication System Security Tools Features:
  3. Django's Guiding Principles "Don't repeat yourself" (DRY) "Explicit is better

    than implicit" "Loose coupling" Integration with "The Zen of Python"