-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
The Complete Python Course including the Django Web Framework
By :
The Complete Python Course including the Django Web Framework
By:
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)
Python for Beginners
Python Data Types and Data Structures
Miscellaneous for Python Beginners
Pythonic Comparison Statements
Functions, Scope, and Modules
Project #1: Beginner Python Project
IN and NOT Operators
Handling Files
Nesting Python Functions
Introduction to APIs
Intermediate Functions
Miscellaneous Python for Intermediate Level
Intermediate Iterable Helpers
Virtual Environment, How to Learn faster, and Python Packages
Project #2: Intermediate Python Project
Object-Oriented Python (Advanced)
Catching Errors and Gracefully Handling Them
Decorators, Generators, and Pipenvs
Project #3: Advanced Python Project
Django for Beginners
Django Models, Views, and Templates
Custom Python Logic in Django Views
Adding Images and Media
Adding an Upload Form for Users to Submit Photos
Adding Bootstrap 5
Project #4: Your Final Project
Starting an Intermediate Django Project
Getting Started with Your Immediate App and Model
Adding a Date Field, Setting Up Template Locations and Home Page
Managing Django Templates
Adding Login / Logout / Registration to Your Site
Making Your Website Look Nice with Tailwind CSS
Working with User Profiles (Extending the Base User Class)
Working with Posts
Working with Frontend Code
Working with User Profiles
Adding and Managing Followers
Project #5
Customer Reviews