Completed
– Prerequisites
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Python Django Tutorial for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 – Introduction
- 2 – Prerequisites
- 3 – How to Take this Course
- 4 – Getting Started with Django
- 5 – What is Django?
- 6 – How the Web Works
- 7 – Setting Up the Development Environment
- 8 – Creating Your First Django Project
- 9 – Using the Integrated Terminal in VSCode
- 10 – Creating Your First App
- 11 – Writing Views
- 12 – Mapping URLs to Views
- 13 – Using Templates
- 14 – Debugging Django Applications in VSCode
- 15 – Using Django Debug Toolbar
- 16 – Building a Data Model
- 17 – Introduction to Date Modeling
- 18 – Building an E-Commerce Data Model
- 19 – Organizing Models in Apps