Completed
Why Teach Django?
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Django For Everybody - Full Python University Course
Automatically move to the next video in the Classroom when playback concludes
- 1 Why Teach Django?
- 2 Web Applications and the Request/Response Cycle
- 3 Exploring the HyperText Transfer Protocol
- 4 Using Sockets to Make Network Connections in Python
- 5 Building a Simple Web Browser in Python
- 6 Building a Simple HTTP Server in Python
- 7 Understanding Browser Developer Mode
- 8 The Structure of a Django Application
- 9 Installing Django on PythonAnywhere
- 10 HTML - HyperText Markup Language (Part 1)
- 11 HTML - HyperText Markup Language (Part 2)
- 12 Code Walk Through HTML
- 13 CSS - Cascading Style Sheets - (Part 1)
- 14 CSS - Cascading Style Sheets - (Part 2)
- 15 CSS - Cascading Style Sheets - (Part 3)
- 16 CSS - Sample Code Walkthrough (Part 1)
- 17 CSS - Sample Code Walkthrough (Part 2)
- 18 Using GitHub With Django and PythonAnywhere
- 19 Using ngrok to Submit Assignments to DJ4E
- 20 How Databases Work
- 21 Introduction to Structured Query Language (SQL)
- 22 Demonstration: Basic SQL
- 23 Introduction to Django Models
- 24 Data Model Migration in Django
- 25 Demonstration: Django Single Table Models
- 26 Resetting your Django database on PythonAnywhere
- 27 Django Models - Many-To-One Relationships - Music Database
- 28 Model View Controller in Django
- 29 URL Routing in Django
- 30 Django Views
- 31 Inside Django Views and HTML Escaping in Django
- 32 Using Templates in Django
- 33 The Django Template Language (DTL)
- 34 Inheritance in Django Templates
- 35 Reversing Django Views and URLs
- 36 Understanding Django Generic Views
- 37 Forms, GET, POST, and HTTP
- 38 Building HTML Forms
- 39 Forms and Cross Site Request Forgery (CSRF)
- 40 CSRF Support in Django
- 41 The POST Refresh Pattern
- 42 Cookies in Browsers and Django
- 43 Using Sessions in Django
- 44 One-to-Many Models Overview
- 45 Removing Replication in One-to-Many Models
- 46 Storing Primary and Foreign Keys in a Database
- 47 Representing One-To-Many Models in Django
- 48 Using the Django Shell to Explore One-to-Many Models
- 49 Loading One-to-Many Data using a Django Batch Script
- 50 Creating and Managing Users in Django
- 51 Login and Logout URLs in Django
- 52 Using Django Login in Views
- 53 Using Django Forms Capabilities
- 54 Walkthrough of the DJ4E Autos Sample - Generic Django Edit Forms
- 55 Data Validation with Django Forms
- 56 Exploring the DIY Hello World Django Application on Localhost
- 57 Exploring the DIY Hello World Django Application on PythonAnywhere
- 58 Virtual Hosting of Django Applications
- 59 Owned Rows in Django - Overview
- 60 Owned Rows in Django - Generic Views Review
- 61 Owned Rows in Django - owner.py
- 62 Walking through the DJ4E My Articles (myarts) Sample Code
- 63 Walking through the DJ4E Bootstrap Menu (menu) Sample Code
- 64 Walking through the DJ4E Crispy Forms (crispy) Sample Code
- 65 Many-to-Many Overview
- 66 A Simple Many-To-Many Example in Django
- 67 Many-To-Many Data Models for Courses and Membership
- 68 Building a Django Batch Script to Load Data from CSV
- 69 JavaScript - Overview and History
- 70 JavaScript - In the Browser
- 71 JavaScript - The Language
- 72 JavaScript Functions and Arrays
- 73 JavaScript Conditional and Loops
- 74 JavaScript Object Oriented Concepts
- 75 JavaScript Object Oriented Classes
- 76 Walking through the DJ4E Pictures (pics) Sample Code
- 77 Walking through the DJ4E Forums (forums) Sample Code
- 78 jQuery and the Document Object Model
- 79 Using jQuery
- 80 Walking through the DJ4E jQuery DOM sample code
- 81 Walking through the DJ4E jQuery setup sample code
- 82 Walking through the DJ4E jQuery events sample code
- 83 Walking through the DJ4E jQuery DOM modification
- 84 JSON/AJAX Overview
- 85 Walking through the DJ4E JSON Sample Code
- 86 Building an AJAX Chat with Django
- 87 Walking through the DJ4E JSON (chat) Sample Code
- 88 Walking through the DJ4E Favicon Sample Code
- 89 Walking through the DJ4E Social Login Code
- 90 Walking through the DJ4E Favorites (favs) Sample Code
- 91 Walking through the DJ4E Search (well) Sample Code
- 92 Behind the Scenes: Welcome to Django for Everybody - Why Django?