Skip to main content

Django For Everybody - Full University Course


Curriculum for the course Django For Everybody - Full University Course

This Django tutorial aims to teach everyone the Python Django web development framework. 🔗 Course Website: https://www.dj4e.com/ 💻 Sample Code: https://github.com/csev/dj4e-samples/ ✏️ This course was created by Dr. Charles Severance (a.k.a. Dr. Chuck). He is a Professor at the University of Michigan School of Information, where he teaches various technology-oriented courses including programming, database design, and Web development. ⭐️ Course Contents ⭐️ 00:00:00 Why Teach Django? 00:07:04 Web Applications and the Request/Response Cycle 00:13:07 Exploring the HyperText Transfer Protocol 00:29:35 Using Sockets to Make Network Connections in Python 00:36:08 Building a Simple Web Browser in Python 00:44:47 Building a Simple HTTP Server in Python 01:00:53 Understanding Browser Developer Mode 01:10:35 The Structure of a Django Application 01:17:39 Installing Django on PythonAnywhere 01:34:32 HTML - HyperText Markup Language (Part 1) 01:40:25 HTML - HyperText Markup Language (Part 2) 01:54:17 Code Walk Through HTML 02:08:14 CSS - Cascading Style Sheets - (Part 1) 02:21:00 CSS - Cascading Style Sheets - (Part 2) 02:36:02 CSS - Cascading Style Sheets - (Part 3) 02:49:41 CSS - Sample Code Walkthrough (Part 1) 03:03:05 CSS - Sample Code Walkthrough (Part 2) 03:28:53 Using GitHub With Django and PythonAnywhere 03:35:48 Using ngrok to Submit Assignments to DJ4E 03:41:53 How Databases Work 04:00:49 Introduction to Structured Query Language (SQL) 04:12:33 Demonstration: Basic SQL 04:19:09 Introduction to Django Models 04:39:06 Data Model Migration in Django 04:47:00 Demonstration: Django Single Table Models 04:58:08 Resetting your Django database on PythonAnywhere 05:03:54 Django Models - Many-To-One Relationships - Music Database 05:18:03 Model View Controller in Django 05:25:09 URL Routing in Django 05:32:08 Django Views 05:38:27 Inside Django Views and HTML Escaping in Django 05:54:02 Using Templates in Django 06:04:07 The Django Template Language (DTL) 06:15:05 Inheritance in Django Templates 06:21:11 Reversing Django Views and URLs 06:34:02 Understanding Django Generic Views 06:50:29 Forms, GET, POST, and HTTP 06:58:48 Building HTML Forms 07:16:28 Forms and Cross Site Request Forgery (CSRF) 07:16:28 CSRF Support in Django 07:25:43 The POST Refresh Pattern 07:29:09 Cookies in Browsers and Django 07:38:51 Using Sessions in Django 07:51:24 One-to-Many Models Overview 07:57:16 Removing Replication in One-to-Many Models 08:05:51 Storing Primary and Foreign Keys in a Database 08:08:37 Representing One-To-Many Models in Django 08:18:33 Using the Django Shell to Explore One-to-Many Models 08:26:17 Loading One-to-Many Data using a Django Batch Script 08:38:32 Creating and Managing Users in Django 08:42:17 Login and Logout URLs in Django 08:49:40 Using Django Login in Views 08:59:55 Using Django Forms Capabilities 09:13:20 Walkthrough of the DJ4E Autos Sample - Generic Django Edit Forms 09:49:30 Data Validation with Django Forms 09:58:42 Exploring the DIY Hello World Django Application on Localhost 10:22:24 Exploring the DIY Hello World Django Application on PythonAnywhere 10:36:38 Virtual Hosting of Django Applications 10:36:38 Owned Rows in Django - Overview 10:42:39 Owned Rows in Django - Generic Views Review 10:52:56 Owned Rows in Django - owner.py 11:05:58 Walking through the DJ4E My Articles (myarts) Sample Code 11:18:26 Walking through the DJ4E Bootstrap Menu (menu) Sample Code 11:48:37 Walking through the DJ4E Crispy Forms (crispy) Sample Code 12:02:57 Many-to-Many Overview 12:08:31 A Simple Many-To-Many Example in Django 12:21:05 Many-To-Many Data Models for Courses and Membership 12:29:42 Building a Django Batch Script to Load Data from CSV 12:46:31 JavaScript - Overview and History 12:56:29 JavaScript - In the Browser 13:10:31 JavaScript - The Language 13:34:28 JavaScript Functions and Arrays 13:34:28 JavaScript Conditional and Loops 13:41:05 JavaScript Object Oriented Concepts 13:45:25 JavaScript Object Oriented Classes 13:58:37 Walking through the DJ4E Pictures (pics) Sample Code 14:31:41 Walking through the DJ4E Forums (forums) Sample Code 14:57:07 jQuery and the Document Object Model 15:09:44 Using jQuery 15:38:16 Walking through the DJ4E jQuery DOM sample code 15:49:29 Walking through the DJ4E jQuery setup sample code 15:57:42 Walking through the DJ4E jQuery events sample code 16:05:59 Walking through the DJ4E jQuery DOM modification 16:10:26 JSON/AJAX Overview 16:24:40 Walking through the DJ4E JSON Sample Code 16:30:41 Building an AJAX Chat with Django 16:40:34 Walking through the DJ4E JSON (chat) Sample Code 16:58:26 Walking through the DJ4E Favicon Sample Code 17:02:36 Walking through the DJ4E Social Login Code 17:11:23 Walking through the DJ4E Favorites (favs) Sample Code 17:41:41 Walking through the DJ4E Search (well) Sample Code 18:03:10 Behind the Scenes: Welcome to Django for Everybody - Why Django? This course is licensed under CC BY.

Watch Online Full Course: Django For Everybody - Full University Course


Click Here to watch on Youtube: Django For Everybody - Full University Course


This video is first published on youtube via freecodecamp. If Video does not appear here, you can watch this on Youtube always.


Udemy Django For Everybody - Full University Course courses free download, Plurasight Django For Everybody - Full University Course courses free download, Linda Django For Everybody - Full University Course courses free download, Coursera Django For Everybody - Full University Course course download free, Brad Hussey udemy course free, free programming full course download, full course with project files, Download full project free, College major project download, CS major project idea, EC major project idea, clone projects download free

Comments

Popular posts from this blog

Fake CVR Generator Denmark

What Is Danish CVR The Central Business Register (CVR) is the central register of the state with information on all Danish companies. Since 1999, the Central Business Register has been the authoritative register for current and historical basic data on all registered companies in Denmark. Data comes from the companies' own registrations on Virk Report. There is also information on associations and public authorities in the CVR. As of 2018, CVR also contains information on Greenlandic companies, associations and authorities. In CVR at Virk you can do single lookups, filtered searches, create extracts and subscriptions, and retrieve a wide range of company documents and transcripts. Generate Danish CVR For Test (Fake) Click the button below to generate the valid CVR number for Denmark. You can click multiple times to generate several numbers. These numbers can be used to Test your sofware application that uses CVR, or Testing CVR APIs that Danish Govt provide. Generate

How To Iterate Dictionary Object

Dictionary is a object that can store values in Key-Value pair. its just like a list, the only difference is: List can be iterate using index(0-n) but not the Dictionary . Generally when we try to iterate the dictionary we get below error: " Collection was modified; enumeration operation may not execute. " So How to parse a dictionary and modify its values?? To iterate dictionary we must loop through it's keys or key - value pair. Using keys

How To Append Data to HTML5 localStorage or sessionStorage?

The localStorage property allows you to access a local Storage object. localStorage is similar to sessionStorage. The only difference is that, while data stored in localStorage has no expiration time untill unless user deletes his cache, data stored in sessionStorage gets cleared when the originating window or tab get closed. These are new HTML5 objects and provide these methods to deal with it: The following snippet accesses the current domain's local Storage object and adds a data item to it using Storage.setItem() . localStorage.setItem('myFav', 'Taylor Swift'); or you can use the keyname directly as : localStorage.myFav = 'Taylor Swift'; To grab the value set in localStorage or sessionStorage, we can use localStorage.getItem("myFav"); or localStorage.myFav There's no append function for localStorage or sessionStorage objects. It's not hard to write one though.The simplest solution goes here: But we can kee