Mô tả

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.

Don't take my word for it. See what my other students are saying!

"Amazing course to get into Django and web development! Nick is really engaging and enthusiastic and a joy to learn from!! He explains concepts clearly and teaches in ways that allow the student to easily recall the information." - Evv Erb

"I now work as a developer creating internal projects for our support team. Thanks!" - Johnathan

"Truly understands the concept of starting from the beginning. Great teacher and presenter." - Earl McAndrew

"I really loved the course. By going through the course, I actually made my own website and deployed it on a server." - Mrinal Shrivastava

"After buying 3 courses about django in Udemy. This is the only one I'm picking something up. Recommended." - Ruben

"Amazing teacher, very good and clear explanations very nice and helpful real life examples and projects" - Itay Galea

"Nick really goes the extra mile to ensuring a fantastic learning experience from beginning to end. I would recommend this course to anyone looking to get their python apps online quick and easy. You just became my favorite instructor :)" - Nur Roberts

Feel free to take a free preview of this course to see if it's a good fit for you. I am so confident that you will love my course, that I even offer a 100% 30-day money-back guarantee. You have nothing to lose, so come join me and let's get started!

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

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

Yêu cầu

  • Some Python knowledge is helpful but not required. I have a section at the beginning of the course called "The Python Refresher" to get you up to speed in no time

Nội dung khoá học

9 sections

Welcome

1 lectures
Welcome
04:35

Python Refresher

17 lectures
Intro
00:47
Installing Python
03:29
Variables, Strings, Int and Print
09:03
Variables, Strings, Ints and Print Challenge
00:10
If Statements and Comments
06:35
If Statements and Comments Challenge
00:10
Functions
06:19
Functions Challenge
00:01
Lists
05:37
Lists Challenge
00:01
Loops
05:52
Loops Challenge
00:01
Dictionaries
04:07
Dictionaries Challenge
00:01
Classes
09:51
Classes Challenge
00:01
Outro
00:17

Site 1 - Password Generator

16 lectures
Password Generator Preview
01:16
Installing Django
04:22
Django Cheat Sheet
00:11
Running the Server
04:20
Project Structure
09:27
Apps
03:51
URLs
09:52
Templates
06:58
Forms
10:02
Making a Random Password
12:38
Using Form Data
06:26
Challenge
04:15
Solution
02:37
Bootstrap
09:14
Outro
01:16
Source Code
00:08

Git

2 lectures
Intro
00:45
Git Basics
17:57

Site 2 - Personal Portfolio

15 lectures
Intro
03:39
New Project and Apps
03:50
Models
15:15
Admin and Images
12:46
Displaying Objects
15:07
Another Set of URLs
06:53
Blog Model
10:12
Looking Inside the Database
05:08
Static Files
06:19
Detail Page
10:30
Polish
14:05
Extending Base Templates
08:29
Bootstrap
11:34
Outro
01:04
Source Code
00:02

Deployment - Pushing Your Site Live for the World to Enjoy

7 lectures
Python Anywhere
07:30
Virtual Enviroments
05:17
Running the Server
10:48
Static and Media Files
12:43
Gitignore
09:17
Deploying Changes
10:35
Your Custom Domain
12:06

Site 3 - Todo Woo

17 lectures
Intro
04:09
New Project
03:29
Sign Up Form
12:51
Creating a User
09:35
Error Handling
09:46
Showing If a User Is Logged In
05:18
Logout
07:54
Login
07:41
Todo Model
14:57
Creating Todos
12:38
List Todos
10:44
View and Update Todos
15:41
Complete and Delete Todos
09:23
Listing Completed Todos
11:14
Styling
02:58
Outro
00:38
Source Code
00:02

What's New in Django 3?

1 lectures
What's New in Django 3?
08:33

What's Next?

2 lectures
Farewell!
01:49
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.