Mô tả

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!

You will also get access to our online community of thousands of students, happy to help you out with any questions you may have! Any questions, feel free to send me a message here on Udemy and connect with me on LinkedIn, check out my profile for other courses.

We also have a 30-day money back guarantee, so you can try out the course for an entire month, risk-free!

Always keep learning!

Jose

Bạn sẽ học được gì

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

Yêu cầu

  • A computer with an internet connection and download privileges

Nội dung khoá học

27 sections

Course Introduction

5 lectures
Introduction
02:03
Course Overview Don't Skip this Lecture!
08:00
FAQ - Frequently Asked Questions
00:26
Course Set-Up and Installation
05:42
Notes on Updates Versions of Django
01:17

Front-End Introduction

1 lectures
What is the Web?
06:43

HTML Level One - Basics

8 lectures
HTML Level One Introduction
01:26
HTML Part One Basics
06:20
HTML Level One - Part Two -Basic Tagging
12:53
HTML Level One -Part Three - Lists
05:26
HTML Level One -Part Four - Divs and Spans
04:34
HTML Level One - Part Five - Attributes
09:30
HTML Level One Assessment - Overview
03:12
HTML Level One Assessment Solutions
06:40

HTML Level Two - Advanced

9 lectures
HTML Level Two Introduction
01:00
HTML Level Two - Part One - Tables
06:52
HTML Level Two - Part Two Tables Quiz
02:28
HTML Level Two - Part Three Table Quiz Solutions
05:57
HTML Level Two Part Four - Forms Basics
12:14
HTML Level Two - Part Five Forms and Labels
14:27
HTML Level Two - Part Six Forms and Selections
11:37
HTML Level Two - Assessment
02:08
HTML Level Two - Assessment Solutions
12:03

CSS Level One - Basics

9 lectures
CSS Level One Intro
04:00
CSS Level One Part One
14:42
CSS Level One Part Two
10:30
Quick Note about next lecture
00:22
CSS Level One Part Three
12:36
CSS Level One Part Four
04:11
CSS Level One Part Five
04:44
CSS Level One Assessment
04:13
CSS Level One Assessment Solutions
07:13

CSS Level Two - Advanced

6 lectures
CSS Level Two Introduction
00:26
CSS Level Two - Part One Fonts
12:00
CSS Level Two - Part One (Fonts) Continued
07:57
CSS Level Two - Part Two Box Model
08:38
CSS Level Two Spectrum Project Overview
04:27
CSS Level Two Spectrum Project Solutions
08:39

Capstone Project One

3 lectures
Capstone Project One Overview
03:16
Capstone Project One Solutions
09:22
Capstone Project One Solutions (Continued)
07:40

Bootstrap Overview

7 lectures
Bootstrap Introduction
08:45
Bootstrap Part One - Buttons
11:45
Bootstrap Part Two Forms
13:15
Bootstrap Part Three Navbars
18:04
Bootstrap Part Four - Grids
18:19
Bootstrap Project
04:31
Bootstrap Project Solutions
17:21

Javascript Level One - Basics

13 lectures
JS Level One Introduction
01:23
JS Level One - Part One Basics
18:19
JS Level One - Part Two Connecting Javascript
04:23
JS Level One - Part Three Exercise
02:53
JS Level One - Part Three Solutions
02:06
JS Level One - Part Four - Operators
12:00
JS Level One - Part Five - Control Flow
13:47
JS Level One - Part Six While Loops
08:56
JS Level One - Part Seven For Loops
07:58
JS Level One Part Eight Loop Exercises
00:41
JS Level One - Part Eight Solutions
04:16
JS Level One - Project Overview
05:06
JS Level One - Part Nine Project Solutions
09:20

Javascript Level Two

11 lectures
JS Level Two - Introduction
00:52
JS Level Two - Part One - Functions
19:58
JS Level Two - Part Two Function Exercises
02:08
JS Level Two - Part Two Function Solutions
14:05
JS Level Two - Part Three Arrays
16:16
JS Level Two - Part Four Array Exercise Overview
05:03
JS Level Two - Part Four Array Solutions
07:27
JS Level Two Part Five Objects
11:14
JS Level Two Part Five Objects Continued
08:12
JS Level Two Part Six Object Exercises
01:33
JS Level Two Part Six Object Exercise Solutions
04:04

Document Object Model

7 lectures
Document Object Model Introduction
05:22
Document Object Model - Part One - DOM Interaction
16:50
Document Object Model Part Two Content Interaction
07:10
Document Object Model Part Three - Events
10:40
Document Object Model - Game Project Overview
02:16
DOM Game Project Solutions - Part One
08:13
DOM Game Project Solutions - Part Two
11:02

jQuery

7 lectures
jQuery Introduction
03:57
jQuery Part One Basics
14:02
jQuery Part Two Events
12:56
jQuery Project Overview
02:57
jQuery Project Solutions Part One
06:32
jQuery Project Solutions Part Two
16:16
jQuery Project Solutions Part Three
09:39

Back-End Introduction

2 lectures
Introduction to the Back-End
04:48
Command Line and Terminal Overview
05:16

Python - Level One

15 lectures
Introduction to Python Level One
02:30
Python Installation and Set-Up
09:50
Part One Numbers
08:37
Part Two Strings
11:53
Part Three Lists
12:05
Part Four Dictionaries
05:32
Part 5 - Tuples, Sets, and Booleans
06:29
Part 6 - Exercise Overview
02:22
Part 6 - Exercise Solutions
04:49
Part 7 - Control Flow
19:09
Part Eight Functions
15:19
Part Nine Function Exercises
03:13
Function Exercises Solutions
10:28
Part Ten Simple Game Project Overview
02:50
Simple Game Project Solutions
13:05

Python - Level Two

12 lectures
Introduction to Python Level Two
00:30
Scope
16:32
Object Oriented Programming - Part One
05:30
Object Oriented Programming - Part Two
15:34
Object Oriented Programming - Part Three
12:17
OOP Project
03:27
OOP Project Solutions
25:12
Errors and Exceptions
11:20
Regular Expressions
18:47
Modules and Packages
05:05
Decorators
17:59
Name and Main
05:50

Django Level One - Basics

10 lectures
Django Level One - Part One - Django Setup
12:12
Django Level One - Part Two - Django Project
10:04
Django Level One - Part Three - Django Application
13:00
Django Level One - Part Four - Challenge Task
01:27
Django Level One - Part Five - Challenge Solutions
05:33
Django Level One - Part Six - URL Mappings
09:02
Django Level One - Part Seven - Templates
16:51
Django Level One - Part Eight Templates Challenge
01:37
Django Level One - Part Nine - Templates Solutions
08:11
Django Level One - Part Ten - Static Files
18:31

Django Level Two

7 lectures
Introduction to Django Level Two
10:54
Django Models Overview
08:23
Creating Models
16:07
Population Scripts
12:54
Models-Templates-Views Paradigm
14:57
Django Level Two Project Exercise
02:15
Django Level Two Project Solutions
26:24

Django Level Three

6 lectures
Introduction to Django Level Three
00:34
Django Forms
11:26
Form Basics Code Along
18:15
Form Validation
19:40
Model Forms
06:49
Model Forms Exercise
16:59

Django Level Four

8 lectures
Introduction to Django Level Four
01:24
Relative URLs with Templates
05:30
Relative URLs Coding Examples
20:14
URL Template Inheritance
03:59
Template Inheritance Coding Example
12:54
Quick Note on Custom Template Filters
00:28
Template Filters and Custom Filters
04:17
Template Filters Coding Examples
10:30

Django Level Five

8 lectures
Introduction to Django Level Five
00:45
Django Passwords
18:52
User Models
06:19
Quick note about forms!
00:22
Coding User Models and Forms Part One
09:21
Coding User Models and Forms Part Two
15:19
Registration
17:35
Logins
25:11

Django Deployment

3 lectures
Introduction to Django Deployment
03:05
Setting up GitHub
13:59
Full Deployment Walkthrough on Python Anywhere
28:57

Advanced Topics - CBVs

6 lectures
Introduction to CBVs
01:23
Hello World with CBVs
12:56
Template Views with CBV
10:26
Detail View and List View Part One
15:55
Detail View and List View Part Two
26:15
CRUD Views
28:17

First Clone Project

11 lectures
Introduction to First Clone Project
05:41
Blog Clone Project Part One
05:24
Blog Clone Project Part Two
16:41
Blog Clone Project Part Three
14:34
Blog Clone Project Part Four
31:46
Blog Project Part Five
18:34
Blog Project Part Six
06:55
Blog Project Part Seven
23:07
Blog Post Project Part Eight
19:01
Blog Project Part Nine
12:44
Blog Project Part Ten
18:11

Social Media Site Clone Project

14 lectures
Introduction to Social Media Clone Project
06:50
Social Clone Part One
08:12
Social Clone Part Two
16:28
Social Clone Part Three
19:45
Social Clone Part Four
08:09
Social Clone Part Five
05:35
Social Clone Part Six
17:45
Social Clone Part Seven
28:11
Social Clone Part Eight
05:07
Social Clone Part Nine
20:06
Social Clone Part Ten
23:06
Social Clone Part Eleven
12:31
Social Clone Part Twelve
17:51
Social Clone Final Part
04:20

Advanced Topics Lecture - Debug Toolbar

2 lectures
Introduction to Debug Toolbar
02:07
Debug Toolbar Overview
12:20

Advanced Topics - Customizing the Django Admin

7 lectures
Introduction to Admin
11:01
Admin Templates
05:54
Ordering Fields
03:46
Adding Search
02:44
Adding Filters
02:38
Adding Fields
02:31
Editable List View
01:55

BONUS SECTION: THANK YOU!

1 lectures
Bonus Lecture
00:10

Đánh giá của học viên

Chưa có đánh giá
Course Rating
5
0%
4
0%
3
0%
2
0%
1
0%

Bình luận khách hàng

Viết Bình Luận

Bạn đánh giá khoá học này thế nào?

image

Đăng ký get khoá học Udemy - Unica - Gitiho giá chỉ 50k!

Get khoá học giá rẻ ngay trước khi bị fix.