Django 2 & Python | The Ultimate Web Development Bootcamp

Django 2 & Python | The Ultimate Web Development Bootcamp

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 10 Hours | 6.24 GB

Build three complete websites, learn back and front-end web development, and publish your site online with DigitalOcean

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 – Word-Counting Website: A simple website to count the most frequently used words in a piece of text. You will learn how to:

  • Install Django
  • Create a new project
  • Work with Django’s URL routing
  • 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 databases including SQLite and Postgres
  • Access the admin panel
  • Create super users
  • Create virtual environments
  • Make a responsive website with Bootstrap 4
  • Work with static and media files

3 – Product Hunt Clone: Make a simplified version of the awesome website to share new tech products. You will learn how to:

  • Work with the authentication system (sign up, login, logout)
  • Reuse templates
  • Create model relationships
  • Add icons via Iconic

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 a Virtual Private Server. Like I said, I will take you from the very beginning to the very end!

Table of Contents

Welcome!
1 Introduction

Python Refresher
2 Your Turn! Challenge – Lists Exercise
3 Your Turn! Challenge – Loops Exercise
4 Your Turn! Challenge – Dictionaries Exercise
5 Your Turn! Challenge – Classes Exercise
6 Your Turn! Challenge – Variables, Strings, Ints and Print Exercise
7 Your Turn! Challenge – If Statements and Comments Exercise
8 Your Turn! Challenge – Functions Exercise
9 Classes
10 Outro
11 Intro
12 Install Python
13 Variables, Strings, Ints, and Print
14 If Statements and Comments
15 Functions
16 Lists
17 Loops
18 Dictionaries

Site 1 – Word Counter
19 Intro
20 Installing Django
21 Running the Django Server
22 Project Tour
23 URLs
24 Templates
25 Forms
26 Counting the words
27 Challenge
28 Solution
29 Outro

Git
30 Intro
31 Git
32 Outro

Site 2 – Your Personal Portfolio
33 Intro
34 Sketch
35 Virtualenv
36 Gitignore
37 Apps
38 Models
39 Admin
40 Postgres
41 Test Your Skills – Blog Model
42 Home Page
43 Bootstrap
44 Show Jobs
45 All Blogs
46 Blog Detail
47 Static Files
48 Polish
49 Outro

VPS
50 Intro
51 Digital Ocean
52 Security
53 Postgres and Virtualenv
54 Git Push and Pull
55 Guicorn
56 Nginx
57 Domains
58 Outro

Site 3 – Product Hunt Clone
59 Intro
60 Sketch
61 Extending Templates
62 Base Styling
63 Sign Up
64 Login and Logout
65 Products Model
66 Creating Products
67 Iconic
68 Product Details
69 Home Page
70 Polish
71 Outro

What’s New in Django 2
72 Intro
73 What’s New
74 Migrating a Project
75 Outro