PTN-110: Web Development with Python and Django
The course is designed for Python programmers with no experience in web development, although experienced programmers can also benefit from it. The course covers everything from installing Python and Django to deploying a Django website, with modules on Django models, templates, views, user management, and more.
Module 1: Introduction
Module 2: Why use Django for Web Development?
Module 3: Django Overview
Module 4: Installing Python and Django
Module 5: Your First Django Application
Module 6: Creating the Page Model
Module 7: Django Templates
Module 8: Improving Your View and AddingNavigation
Module 9: Creating the Contact Form
Module 10: Building a More Complex Form
Module 11: Django’s Generic Views
Module 12: User Management
Module 13: Deploying a Django Website
Module 14: Next Steps