Intro to Django

About

In this module, you will explore Django, a high-level Python web framework that promotes rapid development and clean, pragmatic design. Designed to make it easier to build complex, data-driven websites, Django handles much of the hassle of web development so you can focus on writing your app without needing to reinvent the wheel.

Throughout this module, you will learn about Django’s unique architecture, which uses a Model-View-Template (MVT) design.

Content

Lesson Video Time Video Skills
Concepts 3 min link Introduction to Django’s capabilities and advantages in web development.
Architecture 7 min link Understand Django’s Model-View-Template (MVT) architecture and its comparison to MVC.
Total content 10 min  

References

📖 Reference Materials