Book Image

The Complete Python Course including the Django Web Framework [Video]

By : Kalob Taulien
Book Image

The Complete Python Course including the Django Web Framework [Video]

By: Kalob Taulien

Overview of this book

Python is a most popular programming language in the world. Pretty much everybody is using Python these days. Google, Netflix, Facebook, your local web development shop. It makes sense to learn Python because there’s a lot of demand for it. Many organizations from NASA, Google, and Mozilla, to huge websites such as Pinterest, Instagram, Dropbox, and Disqus, use the Python framework for their website designing. So why should you learn Django? Because there's a huge demand for it and it's incredibly popular, powerful, and secure. This course starts with introducing you to the basics of the Python language and helping you with setting up the environment necessary to work with Python. Then, you will move ahead with gaining intermediate-level knowledge on Python accompanied by a project to give you a better understanding of things learned so far. After that, you'll gain advanced-level Python concepts like OOP (Object Oriented Programming) and many others. Following that, you'll learn Django basics, along with setting up its environment. Followed by working on the intermediate-level Django project and finally, making your posts look nice with Tailwind CSS. By the end of this course, you will be able to write codes in Python and Django to help beautify your websites. The code files and all related files are uploaded in the GitHub repository at https://github.com/PacktPublishing/The-Complete-Python-Course-including-Django-Web-Framework
Table of Contents (39 chapters)
7
Project #1: Beginner Python Project
12
Intermediate Functions
13
Miscellaneous Python for Intermediate Level
15
Virtual Environment, How to Learn faster, and Python Packages
18
Catching Errors and Gracefully Handling Them
19
Decorators, Generators, and Pipenvs
20
Project #3: Advanced Python Project
23
Custom Python Logic in Django Views
25
Adding an Upload Form for Users to Submit Photos
26
Adding Bootstrap 5
27
Project #4: Your Final Project
29
Getting Started with Your Immediate App and Model
33
Making Your Website Look Nice with Tailwind CSS
Chapter 22
Django Models, Views, and Templates
Content Locked
Section 4
Using Template Blocks
This video explains how to use template blocks.