Django 3 – Full Stack Websites with Python Web Development

Django 3 – Full Stack Websites with Python Web Development

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 8.5 Hours | 8.32 GB

Build 3 stunning websites, learn Back and Front End Web Development, deploy your site with HTML5, CSS3 and Bootstrap 4

Have you ever wanted to create a Web application but didn’t know where to start? Have you previously tried to learn Django but got fed up with incomplete YouTube videos and poorly written tutorials? Or are you looking to move your code from Django 2 to Django 3?

THEN THIS IS THE COURSE FOR YOU!

In my Django course, I will walk you through the Django web framework from beginning to end! I’m a self-taught programmer so I know what it feels like to start from scratch. I care about your learning, but even more importantly… I care about you!

What is Django?

Django is an open-source web framework that is written in Python. It was created about twelve years ago, but new in 2020 we have Django 3 with a whole new set of features and capabilities!

Django is an amazing framework for web developers because it provides the infrastructure required for database-driven websites that have user authentication, content administration, contact forms, file uploads, and more. Instead of creating all of these features from scratch, you can use the Django framework and utilize these components that are already built, and focus your time on developing your web app instead.

If you’re going to be working with Python, especially for web applications or web design, you’ll want to learn the Django framework. It will save you a ton of time!

Contents and Overview

I believe we learn best by doing. So, throughout this course you’ll be presented with coding quizzes and challenges in order for you to test what you just learned. This format will allow you to actually learn Django and not just follow along like a robot

We will use Python in this course, so if you have never used Python before, we will start with a python refresher to get you up to speed (no other python experience required).

We will then dive into making three complete websites:

1 – Password Generator: A simple website to create a random password with several options. You will learn how to:

  • Install Django
  • Create a new project
  • Work with Django’s URL routing
  • Creating Templates
  • Submit and handle HTML form data

2 – Personal Portfolio: Create your own portfolio to show to potential employers showing off your resume, previous projects, and a fully functional blog. You will learn how to:

  • Add apps to your project
  • Work with models and databases (including SQLite)
  • Access the admin panel
  • Create super users
  • Make a responsive website with Bootstrap 4
  • Work with static and media files
  • Extending Templates
  • Formating dates and purals

3 – Todo Woo: A website where a user can sign up for an account, and fully manage a todo list with the ability to create, edit, and delete. You will learn how to:

  • Work with the authentication system (sign up, login, logout)
  • Create virtual environments
  • Establish model relationships
  • Require login for certain pages
  • Create a CRUD application (Create, Read, Update, Delete)
  • Queries and filters
  • Handling Errors

I will also walk you through Git, which is an awesome tool for developers that allows you to create multiple versions of your code. I’ll explain why this is useful and help you understand why you should use it.

Additionally, I will show you how to take the projects that you made in this course and publish them live on the web through Python Anywhere. Like I said, I will take you from the very beginning to the very end!

Course material is regularly refreshed to include all of the newest updates and information. Additionally, I have made this course downloadable, so you can work through the class offline, making it as convenient as possible for you! Most instructors won’t allow this, but I want you to be able to enjoy this course in whichever way is best for you

Don’t waste your time scouring the internet and trying to piece together how to learn Django on your own. Invest in yourself, and allow me to teach you Django while having fun.

What you’ll learn

  • Understand how using frameworks like Django will save you a ton of time in web development
  • Create beautifully styled websites using Bootstrap 4 (a front-end framework that simplifies web design)
  • Build fully functional websites for your startup or business
  • Create your own personal portfolio site to showcase your projects to potential employers
  • Understand Django basics like function base views, URL routing, models, templates and much more!
  • Publish your website online with Python Anywhere
  • Create a fully functional Todo List manager website where users can create accounts
  • Be able to connect Django to databases to help store and track data
  • Create a random password generator
  • Working with Static and Media files
  • Working with Forms
  • Creating a User Login System
Table of Contents

Welcome
1 Welcome

Python Refresher
2 Intro
3 Installing Python
4 Variables Strings Int and Print
5 Variables Strings Ints and Print Challenge
6 If Statements and Comments
7 If Statements and Comments Challenge
8 Functions
9 Functions Challenge
10 Lists
11 Lists Challenge
12 Loops
13 Loops Challenge
14 Dictionaries
15 Dictionaries Challenge
16 Classes
17 Classes Challenge
18 Outro

Site 1 – Password Generator
19 Password Generator Preview
20 Installing Django
21 Running the Server
22 Project Structure
23 Apps
24 URLs
25 Templates
26 Forms
27 Making a Random Password
28 Using Form Data
29 Challenge
30 Solution
31 Bootstrap
32 Outro
33 Source Code

Git
34 Intro
35 Git Basics

Site 2 – Personal Portfolio
36 Intro
37 New Project and Apps
38 Models
39 Admin and Images
40 Displaying Objects
41 Another Set of URLs
42 Blog Model
43 Looking Inside the Database
44 Static Files
45 Detail Page
46 Polish
47 Extending Base Templates
48 Bootstrap
49 Outro
50 Source Code

Deployment – Pushing Your Site Live for the World to Enjoy
51 Python Anywhere
52 Virtual Enviroments
53 Running the Server
54 Static and Media Files
55 Gitignore
56 Deploying Changes
57 Your Custom Domain

Site 3 – Todo Woo
58 Intro
59 New Project
60 Sign Up Form
61 Creating a User
62 Error Handling
63 Showing If a User Is Logged In
64 Logout
65 Login
66 Todo Model
67 Creating Todos
68 List Todos
69 View and Update Todos
70 Complete and Delete Todos
71 Listing Completed Todos
72 Styling
73 Outro
74 Source Code

Whats New in Django 3
75 Whats New in Django 3

Whats Next
76 Farewell
77 Bonus Lecture