Skip to main content
CF

Django 2.1 & Python | The Ultimate Web Development Bootcamp

9h 52m 1s
English
Paid

Django 2.1 & Python | The Ultimate Web Development Bootcamp is a 68-lesson 9 hours 52 minutes self-paced course by Udemy. Have you ever wanted to create a Web application but didn't know where to start?

Course facts

Lessons
68
Duration
9 hours 52 minutes
Level
All levels
Language
English
Updated
Instructor
Udemy
Price
Premium

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 1 to Django 2?

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 in April 2019 Django 2.2 was released 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 - 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

Course material is regularly refreshed to include all of the newest updates and information, and since you’re granted lifetime access upon registering, you can rely on this course to keep your Django skills on the cutting edge. 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. 

Requirements:

  • You will need a computer and an interest in learning Django!
  • Some experience with coding in any language is a plus, but not required

Who this course is for:
  • Anyone looking for a great beginner's guide to Django
  • Python developers that want to learn web development with Django

What you'll learn:

  • Build any website you want
  • Create a Product Hunt clone
  • Understand how using frameworks like Django will save you a ton of time in web development
  • Create your own personal portfolio site to showcase your projects to potential employers
  • Build fully functional websites for your startup or business
  • Improve your web development and coding resume
  • Publish your website online with DigitalOcean (a popular web hosting provider)
  • Create beautifully styled websites using Bootstrap (a front-end framework that simplifies web design)
  • Be able to connect Django to databases like SQLite and Postgres to help store and track data
  • Understand Django basics like Function and Class Based Views, URL routing, Models, Gunicorn and much more!

Who teaches Django 2.1 & Python | The Ultimate Web Development Bootcamp? Udemy

Udemy thumbnail

Udemy is the largest open marketplace for online courses on the internet. Founded in 2010 by Eren Bali, Oktay Caglar, and Gagan Biyani and headquartered in San Francisco, the company went public on the Nasdaq in 2021 under the ticker UDMY. The platform hosts well over two hundred thousand courses across software development, IT and cloud, data science, design, business, marketing, and creative skills, taught by tens of thousands of independent instructors. Roughly seventy million learners use it worldwide, and the corporate arm — Udemy Business — supplies a curated subset of that catalog to enterprise customers.

Because Udemy is a marketplace rather than a single editorial publisher, the catalog is uneven by design. The strongest material lives in the long-form, project-based courses authored by working engineers — full-stack JavaScript, React, Node.js, Python data science, AWS, Docker and Kubernetes, mobile development with Flutter and React Native, and cloud certification preparation. The CourseFlix listing under this source is the slice of that catalog that has been mirrored here for offline-friendly viewing, organized by topic and updated as new releases land. Pricing on Udemy itself swings dramatically with the site's near-permanent sales, which is why the platform is best treated as a deep reference catalog: pick instructors with strong reviews and a track record of updating their material rather than buying on the headline price alone.

What lessons are included in Django 2.1 & Python | The Ultimate Web Development Bootcamp?

This is a demo lesson (10:00 remaining)

You can watch up to 10 minutes for free. Subscribe to unlock all 68 lessons in this course and access 10,000+ hours of premium content across all courses.

View Pricing
0:00
/
#1: Introduction
All Course Lessons (68)
#Lesson TitleDurationAccess
1
Introduction Demo
07:49
2
Intro
00:42
3
Install Python
03:34
4
Variables, Strings, Ints, and Print
06:22
5
If Statements and Comments
06:36
6
Functions
06:20
7
Lists
05:38
8
Loops
05:53
9
Dictionaries
04:08
10
Classes
09:52
11
Outro
00:40
12
Intro
01:06
13
Installing Django
06:31
14
Running the Django Server
05:22
15
Project Tour
11:21
16
URLs
09:53
17
Templates
06:47
18
Forms
09:34
19
Counting the words
20:47
20
Challenge
04:22
21
Solution
03:36
22
Outro
00:53
23
Intro
01:08
24
Git
14:20
25
Outro
01:02
26
Intro
01:12
27
Sketch
04:03
28
Virtualenv
05:50
29
Gitignore
06:42
30
Apps
05:00
31
Models
19:24
32
Admin
12:03
33
Postgres
17:00
34
Test Your Skills - Blog Model
09:20
35
Home Page
05:49
36
Bootstrap
20:03
37
Show Jobs
09:40
38
All Blogs
21:53
39
Blog Detail
13:29
40
Static Files
10:08
41
Polish
10:54
42
Outro
01:56
43
Intro
00:48
44
Digital Ocean
11:29
45
Security
09:41
46
Postgres and Virtualenv
08:19
47
Git Push and Pull
18:58
48
Gunicorn
12:28
49
Nginx
09:51
50
Domains
15:03
51
Outro
01:25
52
Intro
01:21
53
Sketch
10:06
54
Extending Templates
10:54
55
Base Styling
12:35
56
Sign Up
26:11
57
Login and Logout
14:43
58
Products Model
11:05
59
Creating Products
22:15
60
Iconic
05:58
61
Product Details
18:53
62
Home Page
19:00
63
Polish
04:41
64
Outro
01:26
65
Intro
00:40
66
What's New
06:13
67
Migrating a Project
08:55
68
Outro
00:21
Unlock unlimited learning

Get instant access to all 67 lessons in this course, plus thousands of other premium courses. One subscription, unlimited knowledge.

Learn more about subscription

What courses are similar to Django 2.1 & Python | The Ultimate Web Development Bootcamp?

Frequently asked questions

What are the prerequisites for this course?
This course is designed for beginners but assumes a basic understanding of Python programming. Early lessons cover Python fundamentals such as variables, strings, functions, and classes, providing a good foundation for those new to coding. However, familiarity with these topics will help you progress more smoothly through the course.
What projects will I build during the course?
Throughout the course, you will build several web applications. Key projects include developing a blog using Django, where you will implement models, views, and templates. You'll also work with integrating Bootstrap for styling and explore deploying applications using Digital Ocean, Gunicorn, and Nginx.
Who is the target audience for this course?
The course is aimed at beginners interested in web development using Django and Python. It's particularly suited for those who have attempted to learn Django before but found existing resources lacking. Developers looking to transition from Django 1 to Django 2.1 will also find the course beneficial.
What specific tools and platforms are covered?
This course covers a variety of tools and platforms essential for Django development. You'll learn to use Git for version control, PostgreSQL for database management, and Virtualenv for environment management. Deployment is handled through Digital Ocean, with server configurations using Gunicorn and Nginx.
How does the course compare in depth and scope to other courses?
The course offers a comprehensive introduction to Django 2.1, covering installation, project setup, and web application deployment. With 68 lessons, it provides practical exercises, including creating a blog and integrating front-end frameworks like Bootstrap. Compared to other beginner courses, it includes deployment aspects not always covered elsewhere.
What topics are not covered in this course?
While the course covers a wide range of topics related to Django and web development, it does not delve into advanced Django features like custom middleware or advanced query optimizations. Additionally, JavaScript frameworks like React or Angular are not part of the curriculum.
How much time should I commit to this course?
The course consists of 68 lessons, and while the total runtime is not specified, each lesson likely requires additional time for practice and exercises. It's advisable to allocate several weeks to complete the course, dedicating consistent daily or weekly study sessions to absorb the material effectively.