Python and Django Full Stack Web Developer Bootcamp

Python and Django Full Stack Web Developer Bootcamp

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 32 Hours | 4.51 GB

Learn to build websites with HTML , CSS , Bootstrap , Javascript , jQuery , Python 3 , and Django!

Welcome to the Python and Django Full Stack Web Developer Bootcamp! In this course we cover everything you need to know to build a website using Python, Django, and many more web technologies!

Whether you want to change career paths, expand your current skill set, start your own entrepreneurial business, become a consultant, or just want to learn, this is the course for you!

We will teach you the latest technologies for building great web applications with Python 3 and Django! But we don’t just teach that, we also teach the Front End technologies you need to know, including HTML, CSS, and Javascript. This course can be your one stop shop for everything you need! It will serve as a useful reference for many of your questions as you begin your journey in becoming a web developer!

This course is designed so that anyone can learn how to become a web developer. We teach you how to program by using HD Video Lectures, Walkthrough Code Projects, Exercises, Concept Presentation Slides, Downloadable Code Notes, Reading Assignments, and much more!

Here is just a small sampling of the topics included in this course:

  • HTML5
  • CSS3
  • Javascript
  • jQuery
  • Bootstrap 3 and 4
  • Document Object Model
  • Python
  • Django Basics
  • Django Templates
  • Django Forms
  • Django Admin Customization
  • ORM
  • Class Based Views
  • REST APIs
  • User Authentication
  • and much,much more!

What you’ll learn

  • Create a fully functional web site using the Full-Stack with Django 1.11
  • Learn how to use HTML to create website content
  • Use CSS to create beautifully styled sites
  • Learn how to take advantage of Bootstrap to quickly style sites
  • Use Javascript to interact with sites on the Front-End
  • Learn how to use jQuery to quickly work with the DOM
  • Understand HTTP requests
  • Create fantastic landing pages
  • Learn the power of Python to code out your web applications
  • Use Django as a back end for the websites
  • Implement a full Models-Views-Templates structure for your site
Table of Contents

Course Introduction
1 Introduction
2 Course Overview Don’t Skip this Lecture!
3 FAQ – Frequently Asked Questions
4 Course Set-Up and Installation
5 Notes on Updates Versions of Django

Front-End Introduction
6 What is the Web

HTML Level One – Basics
7 HTML Level One Introduction
8 HTML Part One Basics
9 HTML Level One – Part Two -Basic Tagging
10 HTML Level One -Part Three – Lists
11 HTML Level One -Part Four – Divs and Spans
12 HTML Level One – Part Five – Attributes
13 HTML Level One Assessment – Overview
14 HTML Level One Assessment Solutions

HTML Level Two – Advanced
15 HTML Level Two Introduction
16 HTML Level Two – Part One – Tables
17 HTML Level Two – Part Two Tables Quiz
18 HTML Level Two – Part Three Table Quiz Solutions
19 HTML Level Two Part Four – Forms Basics
20 HTML Level Two – Part Five Forms and Labels
21 HTML Level Two – Part Six Forms and Selections
22 HTML Level Two – Assessment
23 HTML Level Two – Assessment Solutions

CSS Level One – Basics
24 CSS Level One Intro
25 CSS Level One Part One
26 CSS Level One Part Two
27 Quick Note about next lecture
28 CSS Level One Part Three
29 CSS Level One Part Four
30 CSS Level One Part Five
31 CSS Level One Assessment
32 CSS Level One Assessment Solutions

CSS Level Two – Advanced
33 CSS Level Two Introduction
34 CSS Level Two – Part One Fonts
35 CSS Level Two – Part One (Fonts) Continued
36 CSS Level Two – Part Two Box Model
37 CSS Level Two Spectrum Project Overview
38 CSS Level Two Spectrum Project Solutions

Capstone Project One
39 Capstone Project One Overview
40 Capstone Project One Solutions
41 Capstone Project One Solutions (Continued)

Bootstrap Overview
42 Bootstrap Introduction
43 Bootstrap Part One – Buttons
44 Bootstrap Part Two Forms
45 Bootstrap Part Three Navbars
46 Bootstrap Part Four – Grids
47 Bootstrap Project
48 Bootstrap Project Solutions

Javascript Level One – Basics
49 JS Level One Introduction
50 JS Level One Part Eight Loop Exercises
51 JS Level One – Part Eight Solutions
52 JS Level One – Project Overview
53 JS Level One – Part Nine Project Solutions
54 JS Level One – Part One Basics
55 JS Level One – Part Two Connecting Javascript
56 JS Level One – Part Three Exercise
57 JS Level One – Part Three Solutions
58 JS Level One – Part Four – Operators
59 JS Level One – Part Five – Control Flow
60 JS Level One – Part Six While Loops
61 JS Level One – Part Seven For Loops

Javascript Level Two
62 JS Level Two – Introduction
63 JS Level Two Part Six Object Exercises
64 JS Level Two Part Six Object Exercise Solutions
65 JS Level Two – Part One – Functions
66 JS Level Two – Part Two Function Exercises
67 JS Level Two – Part Two Function Solutions
68 JS Level Two – Part Three Arrays
69 JS Level Two – Part Four Array Exercise Overview
70 JS Level Two – Part Four Array Solutions
71 JS Level Two Part Five Objects
72 JS Level Two Part Five Objects Continued

Document Object Model
73 Document Object Model Introduction
74 Document Object Model – Part One – DOM Interaction
75 Document Object Model Part Two Content Interaction
76 Document Object Model Part Three – Events
77 Document Object Model – Game Project Overview
78 DOM Game Project Solutions – Part One
79 DOM Game Project Solutions – Part Two

jQuery
80 jQuery Introduction
81 jQuery Part One Basics
82 jQuery Part Two Events
83 jQuery Project Overview
84 jQuery Project Solutions Part One
85 jQuery Project Solutions Part Two
86 jQuery Project Solutions Part Three

Back-End Introduction
87 Introduction to the Back-End
88 Command Line and Terminal Overview

Python – Level One
89 Introduction to Python Level One
90 Part 7 – Control Flow
91 Part Eight Functions
92 Part Nine Function Exercises
93 Function Exercises Solutions
94 Part Ten Simple Game Project Overview
95 Simple Game Project Solutions
96 Python Installation and Set-Up
97 Part One Numbers
98 Part Two Strings
99 Part Three Lists
100 Part Four Dictionaries
101 Part 5 – Tuples, Sets, and Booleans
102 Part 6 – Exercise Overview
103 Part 6 – Exercise Solutions

Python – Level Two
104 Introduction to Python Level Two
105 Modules and Packages
106 Decorators
107 Name and Main
108 Scope
109 Object Oriented Programming – Part One
110 Object Oriented Programming – Part Two
111 Object Oriented Programming – Part Three
112 OOP Project
113 OOP Project Solutions
114 Errors and Exceptions
115 Regular Expressions

Django Level One – Basics
116 Django Level One – Part One – Django Setup
117 Django Level One – Part Ten – Static Files
118 Django Level One – Part Two – Django Project
119 Django Level One – Part Three – Django Application
120 Django Level One – Part Four – Challenge Task
121 Django Level One – Part Five – Challenge Solutions
122 Django Level One – Part Six – URL Mappings
123 Django Level One – Part Seven – Templates
124 Django Level One – Part Eight Templates Challenge
125 Django Level One – Part Nine – Templates Solutions

Django Level Two
126 Introduction to Django Level Two
127 Django Models Overview
128 Creating Models
129 Population Scripts
130 Models-Templates-Views Paradigm
131 Django Level Two Project Exercise
132 Django Level Two Project Solutions

Django Level Three
133 Introduction to Django Level Three
134 Django Forms
135 Form Basics Code Along
136 Form Validation
137 Model Forms
138 Model Forms Exercise

Django Level Four
139 Introduction to Django Level Four
140 Relative URLs with Templates
141 Relative URLs Coding Examples
142 URL Template Inheritance
143 Template Inheritance Coding Example
144 Quick Note on Custom Template Filters
145 Template Filters and Custom Filters
146 Template Filters Coding Examples

Django Level Five
147 Introduction to Django Level Five
148 Django Passwords
149 User Models
150 Quick note about forms!
151 Coding User Models and Forms Part One
152 Coding User Models and Forms Part Two
153 Registration
154 Logins

Django Deployment
155 Introduction to Django Deployment
156 Setting up GitHub
157 Full Deployment Walkthrough on Python Anywhere

Advanced Topics – CBVs
158 Introduction to CBVs
159 Hello World with CBVs
160 Template Views with CBV
161 Detail View and List View Part One
162 Detail View and List View Part Two
163 CRUD Views

First Clone Project
164 Introduction to First Clone Project
165 Blog Project Part Nine
166 Blog Project Part Ten
167 Blog Clone Project Part One
168 Blog Clone Project Part Two
169 Blog Clone Project Part Three
170 Blog Clone Project Part Four
171 Blog Project Part Five
172 Blog Project Part Six
173 Blog Project Part Seven
174 Blog Post Project Part Eight

Social Media Site Clone Project
175 Introduction to Social Media Clone Project
176 Social Clone Part Nine
177 Social Clone Part Ten
178 Social Clone Part Eleven
179 Social Clone Part Twelve
180 Social Clone Final Part
181 Social Clone Part One
182 Social Clone Part Two
183 Social Clone Part Three
184 Social Clone Part Four
185 Social Clone Part Five
186 Social Clone Part Six
187 Social Clone Part Seven
188 Social Clone Part Eight

Advanced Topics Lecture – Debug Toolbar
189 Introduction to Debug Toolbar
190 Debug Toolbar Overview

Advanced Topics – Customizing the Django Admin
191 Introduction to Admin
192 Admin Templates
193 Ordering Fields
194 Adding Search
195 Adding Filters
196 Adding Fields
197 Editable List View

BONUS DISCOUNT COUPONS
198 Bonus Lecture Coupons