Django Masterclass : Build 9 Real World Django Projects
Django Masterclass : Build 9 Real World Django Projects, available at $119.99, has an average rating of 4.51, with 312 lectures, based on 2265 reviews, and has 14753 subscribers.
You will learn about Learn Django From Scratch & Gain Essential Skills To Apply For Junior Django Developer Positions Learn Django Right From the Basics Like Creating A Django Project, Understanding Models, Making Migrations, Running Django Application On Local Server Learn How To Build Web Applications Using Django & Python Learn How To Perform Authentication & Authorisation In Your Django Web Applications Build A Full-Fledged E-commerce App With Add To Cart & Checkout Functionality, Utilise Local Storage To Save Cart Data Build A Dynamic Web Based Crawler Using Django To Crawl Webpage Links Build REST-APIs Using Django Rest Framework Build A Web Based PDF CV Generator Using Django To Automate PDF Generations From Dynamic User Data Build A Fully Functional Macro Nutrient & Calorie Tracker Using Django & Chart JS To Track & Visualise Daily Macronutrient & Calorie Consumption Learn How To Customise Admin Panel In Django Learn How To Create Models, Views & Templates In Django Learn How To Configure URL Patters & Add Namespacing To Apps Learn How To Use Mobile Responsive Templates By Integrating Django & Bootstrap Learn How To Handle Form Submission POST Requests & Save Data To Database Learn How To Integrate JavaScript & Django To Store Data In Browser's Local Storage Learn How To Add Advanced Features Like Pagination & Search Learn How To Create Dynamic Charts Using Chart JS & Integrate With Django For Data Visualisation This course is ideal for individuals who are Beginner level Python developers or students who want to build real world projects / web applications using Django It is particularly useful for Beginner level Python developers or students who want to build real world projects / web applications using Django.
Enroll now: Django Masterclass : Build 9 Real World Django Projects
Summary
Title: Django Masterclass : Build 9 Real World Django Projects
Price: $119.99
Average Rating: 4.51
Number of Lectures: 312
Number of Published Lectures: 307
Number of Curriculum Items: 312
Number of Published Curriculum Objects: 307
Original Price: $189.99
Quality Status: approved
Status: Live
What You Will Learn
- Learn Django From Scratch & Gain Essential Skills To Apply For Junior Django Developer Positions
- Learn Django Right From the Basics Like Creating A Django Project, Understanding Models, Making Migrations, Running Django Application On Local Server
- Learn How To Build Web Applications Using Django & Python
- Learn How To Perform Authentication & Authorisation In Your Django Web Applications
- Build A Full-Fledged E-commerce App With Add To Cart & Checkout Functionality, Utilise Local Storage To Save Cart Data
- Build A Dynamic Web Based Crawler Using Django To Crawl Webpage Links
- Build REST-APIs Using Django Rest Framework
- Build A Web Based PDF CV Generator Using Django To Automate PDF Generations From Dynamic User Data
- Build A Fully Functional Macro Nutrient & Calorie Tracker Using Django & Chart JS To Track & Visualise Daily Macronutrient & Calorie Consumption
- Learn How To Customise Admin Panel In Django
- Learn How To Create Models, Views & Templates In Django
- Learn How To Configure URL Patters & Add Namespacing To Apps
- Learn How To Use Mobile Responsive Templates By Integrating Django & Bootstrap
- Learn How To Handle Form Submission POST Requests & Save Data To Database
- Learn How To Integrate JavaScript & Django To Store Data In Browser's Local Storage
- Learn How To Add Advanced Features Like Pagination & Search
- Learn How To Create Dynamic Charts Using Chart JS & Integrate With Django For Data Visualisation
Who Should Attend
- Beginner level Python developers or students who want to build real world projects / web applications using Django
Target Audiences
- Beginner level Python developers or students who want to build real world projects / web applications using Django
Django Masterclass : Build Web Apps With Python & Django
Here Is What You Get By Enrolling In This Course:
Word-By-Word Explanation: In the entire course, I explain each line of code, without skipping a single line of code.
Awesome Quality Content: Over 34+ hours of HD Videos.
Well Structured & Easy To Learn:Course has been specially designed to make it easy for the students to learn Django starting from a basic level and gradually moving up to advance concepts.
24 X 7 Support: I will always be there to guide you in your journey to become a Django expert.
Here Is Everything You Will Learn In This Complete Course:
In this hands-on course, you will learn how to build complex web applications from scratch using Django.
The course will teach you Django, right from scratch from a very basic level and will gradually move towards advanced topics like authentication.
The entire course is divided into 17 major sections.
Here is a brief description of what you will learn in each section of the course:
Section 1: Introduction and installing required software.
In this section we will learn what Django is and why it is used. We will also install the tools you will need to start making Django web apps.
Section 2: Setting up Django project:
In this section we will learn about setting up the Django project, using the development server.
Section 3: Views & URL patterns in Django.
We learn about what the MVT (model-view-template) architecture by starting off by creating views in Django, we will also learn what URL patters are and how they help us to setup routes for our website.
Section 4: Database & Models:
This section covers content about how to create models in Django and how models help us to create database tables.
Section 5: Templates:
In this section will learn about templates in Django and how we can pass data from the database to Django templates.
Section 6: Static Files & Site design:
This section will teach you how to use static content in your site such as static images, JavaScript etc and how to use these static elements to style up your web-page.
Section 7: Forms.
Every Django app needs to submit data to the back-end, this section covers how to create forms in Django which allow us to perform basic CRUD operations i.e. create, read, update & delete.
Section 8: Authentication in Django:
Every web-app needs to make sure that it provides a registration and login feature, in this section we learn exactly how to authenticate users on our site and log them in.
We will also learn how to password-protect certain webpages in Django.
Section 9: Django signals, Class based views in Django:
This section covers Django signals and class based views in Django, which is an alternative to creating function based views.
Section 10: REST APIs
In this section we will learn Django Rest Framework which helps us to create a REST API using Django for any Django web application.
Section 11: Pagination, Search & User permissions.
Every modern web app needs advanced features like pagination, & search. We learn how to paginate out webpages and how to add search functionality to our webpages in Django. We also learn how to add user permissions to our Django models so that only a certain set of users on our app have access to certain models.
Section 12: Building an E-commerce site.
This section will cover everything you need to know to build a fully functional E-commerce website. Right form listing products, searching them, adding them to the cart, and checkout we implement each and every feature from scratch.
Section 13: Admin Panel Customisation.
A good web-app has a good admin panel, in this section we will learn how to customise the admin panel for our E-commerce site to make it better to track and manage our orders.
Section 14: Building A Web Based CV Generator.
In this section we will build a tool which automatically generates a CV in a PDF format from user submitted data. This app will help users to collect their data which they want on their resume and will dynamically generate a CV for them which is automatically downloaded to their computer.
Section 15: Building a Web Based Link Scraper.
We will build a web based utility tool which will automatically scrape all the links present on the given webpage and will generate a report out of it in terms on the link name and address. This app will accept a webpage URL from the end-user and will then scrape the given webpage for links, store all the link related information in the back-end and will display it to the user as well.
Section 16: Building a Social Media App.
We will build a web based social media app with a full fledged authentication system with reset and forgot password functionality. The app will also include features like commenting and liking a post by other users.
Section 17: Building an Advanced Expense Tracker.
In this section we build an advanced expense tracker web application which allows users to create, read, update and delete expenses across multiple categories and then calculates the statistical data such as past month, week and year expenses spread across categories. We also visually represent these expenses in charts using CharJS and also learn how data from Django backed database could be loaded into dynamic JavaScript charts.
Section 18: Building a Real-Time Chat App.
In this section we build a Real-TIme chat application using Django Channels and WebSockets. By default Django uses HTTP protocol to make synchronous requests, but Django also supports asynchronous requests as well which are required to real time and multi client communication. In this section we explore the asynchronous capabilities of Django and build a multi-client chat application in which multiple users could connect to and send messages to a chat room.
Section 19: Building a Multi-Vendor Digital Marketplace App.
In this section we build an app which allows vendors/sellers to sell digital products to their customers. A customer can buy a product by making an online payment using Stripe as a payment gateway and download the digital product only after a successful payment. A vendor/seller will have the ability to create digital products, list them on marketplace and sell them. Along with it the seller will also be provided a dashboard which provides sales statistics such as the annual, monthly and weekly sales for the products listed. In this section you will learn how to implement features like adding a paywall to restrict access to a product, how to integrate stripe payment gateway to make payments, how to create sales dashboard to display statistical sales data in numeric as well as graphical format.
After completing this course, you will be able to do the following:
1. Build advanced Django apps with features like authentication, search and pagination.
2. Build REST APIs using Django Rest Framework.
3. Build a fully functional E-commerce website with features like add-to-cart, search, checkout.
4. Fully customise admin panels for any Django web-app.
5. Build advanced tools and web applications like PDF generators and web-crawlers.
6. Build a social media app which allows you to post images, like and comment on them.
7. Build an advanced financial tool like an expense tracker and represent data in terms of chart.
8. Build a real-time chat app using Django Channels and async requests.
9. Build a multi-vendor marketplace with advanced paywall features and statistical sales dashboards.
So let’s begin the journey of becoming an expert in Django.
In addition to the Udemy 30-day money back guarantee, you have my personal guarantee that you will love what you learn in this course. If you ever have any questions please feel free to message me directly and I will do my best to get back to you as soon as possible!
Take yourself one step closer towards becoming a professional Django developer!
Join the journey.
Sincerely,
Ashutosh Pawar
Course Curriculum
Chapter 1: Course Introduction
Lecture 1: Course Introduction
Lecture 2: Introduction To Django
Chapter 2: Downloading & Installing Required Software
Lecture 1: Installing Python On Windows
Lecture 2: Installing Django On Windows
Lecture 3: Installing Python On Mac
Lecture 4: Installing Django On Mac
Lecture 5: Installing VS Code
Chapter 3: Project 1: Food Menu App : Setting Up A Django Project
Lecture 1: Project Overview: What We Will Build
Lecture 2: How To Create & Setup Django Project
Lecture 3: Running Our App On Development Server
Chapter 4: Views & URL Patterns In Django
Lecture 1: How Views Work In Django
Lecture 2: Views In Django: Implementation
Lecture 3: URL Patterns
Lecture 4: How Django URL Patterns Work Internally
Lecture 5: Writing Another View
Chapter 5: Database & Models In Django
Lecture 1: Introduction To Database & Models
Lecture 2: Database & Models
Lecture 3: How Data Storage Works In Django
Lecture 4: Using The Interactive Shell
Lecture 5: Django Admin Panel & Creating Super User
Lecture 6: How Data Retrieval Works In Django
Lecture 7: Reading Data From Database
Chapter 6: Templates
Lecture 1: Django Templates
Lecture 2: Passing Context To Templates
Lecture 3: Why We Need Templates
Lecture 4: Creating The Detail View
Lecture 5: Completing The Detail View
Lecture 6: Django Template Language
Lecture 7: Removing Hardcoded URLs
Lecture 8: Namespacing
Chapter 7: Static Files & Site Design
Lecture 1: Static Files
Lecture 2: Load static replace with just static as load static is depricated
Lecture 3: More About Static Files
Lecture 4: Creating Navbar
Lecture 5: Creating Base Template
Lecture 6: Adding Image Field To Model
Lecture 7: Adding Actual Images
Lecture 8: Designing The Detail View
Chapter 8: Forms In Django
Lecture 1: Adding Form To Add Items
Lecture 2: Adding Base Template To Form
Lecture 3: Implementing The Edit Functionality
Lecture 4: Implementing Delete Functionality
Chapter 9: Authentication In Django
Lecture 1: Creating User Registration Form
Lecture 2: Registration Success Message
Lecture 3: Saving Users
Lecture 4: Adding Additional Field
Lecture 5: Logging In Users
Lecture 6: Redirecting Registered Users & Logout Functionality
Lecture 7: Adding Login Option To Navbar
Lecture 8: Restricting Routes
Lecture 9: Creating The Profile Model
Lecture 10: Adding Path To Upload Images
Lecture 11: Adding The User Profile Picture
Lecture 12: Setting Up The Default Profile Picture
Chapter 10: Django Signals & Class Based Views
Lecture 1: What Are Django Signals
Lecture 2: Implementing Django Signals
Lecture 3: Class Based Views In Django
Lecture 4: Implementing Class Based Detail View
Lecture 5: Add User To Post
Lecture 6: Adding Get Absolute URL Method
Lecture 7: Automating User Association
Lecture 8: Design Touchup: Login Form
Lecture 9: Design Touchup: Register Page
Lecture 10: Design Touchup: Add Item Page
Lecture 11: Section Conclusion: What We Learned
Lecture 12: Source Code
Chapter 11: Building REST APIs With Python & Django
Lecture 1: What is an API
Lecture 2: Introduction To Django Rest Framework
Lecture 3: Setting Up The Django Project & Movie Model
Lecture 4: Creating Serializer
Lecture 5: Setting Up Views & URLs for API
Lecture 6: Adding API Endpoints
Lecture 7: Adding Image Field To API
Chapter 12: Pagination, Virtual Environment, Search & User Permissions
Lecture 1: Section Intro: What We Will Learn
Lecture 2: Setting Up Virtual Environment For Our Project
Lecture 3: Setting Up The Movies Model
Lecture 4: Creating The View & Template
Lecture 5: Adding Pagination
Lecture 6: Adding Search Functionality
Lecture 7: User Permissions
Lecture 8: Source Code
Chapter 13: Project 2: Building An E-commerce Site
Lecture 1: Project overview: what we will build
Lecture 2: Setting Up Project
Lecture 3: Creating Product Model
Lecture 4: Adding Products To Database
Lecture 5: Building The Index View
Lecture 6: Displaying Products On Index Page
Instructors
-
Ashutosh Pawar
Python & Django Geek, Software Engineer, Entrepreneur.
Rating Distribution
- 1 stars: 40 votes
- 2 stars: 37 votes
- 3 stars: 218 votes
- 4 stars: 723 votes
- 5 stars: 1246 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024