Search

Python Django Tutorials for Beginners to Become an Expert [Free Online Course] - TechCracked

Python Django Tutorials for Beginners to Become an Expert

Step by Step Python Django Tutorials || Web Frameworks || Web App MVC || Database & Backend Technologies



What you'll learn

  • Students can understand what is the use of Django Frameworks
  • Students can understand Web Applications
  • Students can understand Web Frameworks
  • Students can understand Back end & Database Technologies
  • Students can understand Web App MVC


Description

Django is a Python-based free and open-source web framework that follows the model–template–views (MTV) architectural pattern. It is maintained by the Django Software Foundation (DSF).

Django's primary goal is to ease the creation of complex, database-driven websites. The framework emphasizes reusability and "pluggability" of components, less code, low coupling, rapid development, and the principle of don't repeat yourself. Python is used throughout, even for settings, files, and data models. Django also provides an optional administrative create, read, update and delete interface that is generated dynamically through introspection and configured via admin models.

  • a lightweight and standalone web server for development and testing
  • a form serialization and validation system that can translate between HTML forms and values suitable for storage in the database
  • a template system that utilizes the concept of inheritance borrowed from object-oriented programming
  • a caching framework that can use any of several cache methods
  • support for middleware classes that can intervene at various stages of request processing and carry out custom functions
  • an internal dispatcher system that allows components of an application to communicate events to each other via pre-defined signals
  • an internationalization system, including translations of Django's own components into a variety of languages
  • a serialization system that can produce and read XML and/or JSON representations of Django model instances
  • a system for extending the capabilities of the template engine
  • an interface to Python's built-in unit test framework

Also See : Python Masterclass 2021: Python for Everything [AI+ML+WebDev]

Enroll Now