Account

logo Introduction to Web application development with Django

This course provides a thorough and practical introduction to the Django web framework, guiding you from fundamental concepts to building a functional web application. Designed for beginners, it emphasizes hands-on learning by developing a simple "Notes" application throughout the chapters.

You will start by understanding Django's philosophy and its key features, such as the Model-View-Template (MVT) architecture, automatic admin interface, and built-in security. The course then dives into the practical steps of creating a Django project and application, teaching you how to structure your code effectively.

By the end of this course, you will have built a solid foundation in Django, equipped with the skills to create, read, update, and delete data through a web interface. You will be prepared to undertake more complex projects and explore the vast ecosystem of this powerful, high-level Python framework.

Compatible Sandbox



Chapters

Chapter 1

Introduction to Django

Chapter 2

Create your first Django project

Chapter 3

Create your first App

Chapter 4

Django Templates

Chapter 5

Django Models

Chapter 6

Django Forms

Chapter 7

Django class-based Views

Chapter 8

Course Summary

Chapter 9

Django fundamentals assessment