Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

YouTube

Python Django Tutorials in Hindi

CodeWithHarry via YouTube

Overview

This course teaches how to use Python skills to create websites using the Django framework. The learning outcomes include developing, deploying, and maintaining Django applications, as well as creating real-world projects. The course covers topics such as Django installation, views, URLs, templates, models, Django admin, and integrating features like Bootstrap, JavaScript, and payment gateways. The teaching method involves hands-on projects, exercises, and solutions. The intended audience for this course is individuals with Python programming knowledge who want to build web applications using Django.

Syllabus

Django Course Announcement | Python Django Tutorials In Hindi #0.
Django Installation & Getting Started | Python Django Tutorials In Hindi #1.
Creating Our First Django Project | Python Django Tutorials In Hindi #2.
How Django Websites Work | Python Django Tutorials In Hindi #3.
Our First Django Website | Python Django Tutorials In Hindi #4.
Views & Urls In Django| Python Django Tutorials In Hindi #5.
Django Exercise 1: Personal Navigator | Python Django Tutorials In Hindi #6.
Django Website: Laying The Pipeline | Python Django Tutorials In Hindi #7.
Django Templates | Python Django Tutorials In Hindi #8.
Creating Homepage of our TextUtils Website | Python Django Tutorials In Hindi #9.
Django Site: Coding The Backend | Python Django Tutorials In Hindi #10.
Django Exercise 1 Solution + Shoutouts | Python Django Tutorials In Hindi #11.
Adding More Features To TextUtils Website | Python Django Tutorials In Hindi #12.
Django Exercise 2: Revamping TextUtils | Python Django Tutorials In Hindi #13.
Adding Boostrap To Our Django Website | Python Django Tutorials In Hindi #14.
Fixing Bugs In Our TextUtils Website | Python Django Tutorials In Hindi #15.
Django CSRF Tokens & Post Request | Python Django Tutorials In Hindi #16.
Exercise 2 Solution + Shoutouts | Python Django Tutorials In Hindi #17.
Wrapping Up TextUtils Website | Python Django Tutorials In Hindi #18.
Our Next Django Website | Python Django Tutorials In Hindi #19.
E Commerce Website In Django (Project Setup) | Python Django Tutorials In Hindi #20.
E-commerce Website: Creating Apps (Apps Vs Projects) | Python Django Tutorials In Hindi #21.
E-commerce Website: Adding Bootstrap, Templates & Static | Python Django Tutorials In Hindi #22.
E-commerce Website: Project Layout | Python Django Tutorials In Hindi #23.
Models In Our Django E commerce Website | Python Django Tutorials In Hindi #24.
Django Admin & Adding Data To The Database | Python Django Tutorials In Hindi #25.
Designing The Homepage Of Our E-Commerce Website | Python Django Tutorials In Hindi #26.
Adding Images & Changing Models In Django | Python Django Tutorials In Hindi #27.
Adding Media Directory In Django | Python Django Tutorials In Hindi #28.
Django Exercise 3: List the Products | Python Django Tutorials In Hindi #29.
Fetching Products Using Python manage.py shell | Python Django Tutorials In Hindi #30.
Template Inheritance In Django | Python Django Tutorials In Hindi #31.
Logic For Showing Products On Homepage | Python Django Tutorials In Hindi #32.
Showing Products On The Homepage | Python Django Tutorials In Hindi #33.
Showing Multiple Product Slides On Homepage | Python Django Tutorials In Hindi #34.
Category-Wise Product Display In E Commerce Website | Python Django Tutorials In Hindi #35.
Creating an Online Shopping Cart Using JavaScript | Python Django Tutorials In Hindi #36.
Exercise 3: Solution + Shoutouts | Python Django Tutorials In Hindi #37.
Improving Slider Logic & Adding Cart Items Count | Python Django Tutorials In Hindi #38.
Adding Bootstrap Row & Some CSS | Python Django Tutorials In Hindi #39.
Adding Cart PopOver & Other Pages Using Bootstrap | Python Django Tutorials In Hindi #40.
E Commerce Website: Creating Product Page | Python Django Tutorials In Hindi #41.
E Commerce Website: Creating Contact Page + Database | Python Django Tutorials In Hindi #42.
Exercise 3: Improving Cart Of Our E commerce Website | Python Django Tutorials In Hindi #43.
Creating Add and Remove Buttons For Items In Cart | Python Django Tutorials In Hindi #44.
Creating A Cart In Navigation Bar As Popover | Python Django Tutorials In Hindi #45.
Exercise 3: Solutions + Shoutouts | Python Django Tutorials In Hindi #46.
Adding Checkout & ClearCart Buttons | Python Django Tutorials In Hindi #47.
Creating The Checkout Page | Python Django Tutorials In Hindi #48.
Adding Items On Checkout Page | Python Django Tutorials In Hindi #49.
Creating Database Entry For Orders | Python Django Tutorials In Hindi #50.
Creating Order Tracker For Customers | Python Django Tutorials In Hindi #51.
Django Exercise 4: Display Prices | Python Django Tutorials In Hindi #52.
E-Commerce Website: Displaying Order Items In Tracker | Python Django Tutorials In Hindi #53.
Django Solution To Exercise 4: Display Prices | Python Django Tutorials In Hindi #54.
Merging Blog App Into The Shop UI | Python Django Tutorials In Hindi #55.
Django Website TextUtils: Pull Requests | Python Django Tutorials In Hindi #56.
Django Website My Awesome Cart: Pull Requests | Python Django Tutorials In Hindi #57.
My Awesome Cart: Creating The Blog | Python Django Tutorials In Hindi #58.
Creating Models For Blog In Our E-Commerce Website | Python Django Tutorials In Hindi #59.
Django Exercise 5: BlogPosts | Python Django Tutorials In Hindi #60.
Creating a Django Post Page For Displaying Blog Content | Python Django Tutorials In Hindi #61.
Designing The Blog Home Page | Python Django Tutorials In Hindi #62.
Django Exercise 5: Solution + Shoutouts | Python Django Tutorials In Hindi #63.
Linking Django Blog Posts To Blog Home | Python Django Tutorials In Hindi #64.
Integrating Facebook Like, Comments & Shares In Django Blog | Python Django Tutorials In Hindi #65.
Integrating Payment Gateway: PayTM, UPI, Cards & NetBanking | Python Django Tutorials In Hindi #66.
Creating Product Search Feature In Our E Commerce Website | Python Django Tutorials In Hindi #67.
Fixing A Bug In Django E Commerce Website Tracker | Python Django Tutorials In Hindi #68.
Reset Forgotten Admin Password In Django| Python Django Tutorials In Hindi #69.
Hosting Django Website On Ubuntu VPS | Python Django Tutorials In Hindi #70.
Creating A New Django Blog (Setup + Introduction) | Python Django Tutorials In Hindi #71.
Django Blog: Project Setup & URLConfs | Python Django Tutorials In Hindi #72.
Django Blog: Creating Django Apps & Properly Managing Them | Python Django Tutorials In Hindi #73.
Django Blog: Adding HTML Templates | Python Django Tutorials In Hindi #74.
Installing Django 3 for our Django Blog | Python Django Tutorials In Hindi #75.
Django 3 Blog: Creating Migrations & Superusers | Python Django Tutorials In Hindi #76.
Django 3 Blog: Creating "Contact Us" Model | Python Django Tutorials In Hindi #77.
Django 3 Blog: Handling Post Request in a Django View | Python Django Tutorials In Hindi #78.
Django Mesasges Framework: Showing Messages in Django blog | Python Django Tutorials In Hindi #79.
Django 3 Blog: Designing Blog Page & Displaying Blog Posts | Python Django Tutorials In Hindi #80.
Django 3 Blog: Creating Blog Model to Store Blog Posts | Python Django Tutorials In Hindi #81.
Django 3 Blog: Designing the BlogPost Page | Python Django Tutorials In Hindi #82.
Django 3 Blog: Creating Search Functionality | Python Django Tutorials In Hindi #83.
Django 3 Blog: Improving Search Functionality | Python Django Tutorials In Hindi #84.
Django 3 Blog: Authentication & Authorization Tutorial | Python Django Tutorials In Hindi #85.
Django 3 Blog: Creating Users in Django | Python Django Tutorials In Hindi #86.
Django 3 Blog: Validating SignUp Form | Python Django Tutorials In Hindi #87.
Django 3 Blog: Login & Logout Endpoints | Python Django Tutorials In Hindi #88.
Django 3 Blog: Creating Django template for Login & Logout | Python Django Tutorials In Hindi #89.
Django 3 Blog: Creating Blog Comments in Django | Python Django Tutorials In Hindi #90.
Django 3 Blog: Creating Comment Model, Template & Migrations | Python Django Tutorials In Hindi #91.
Django 3 Blog: Creating APIs for Posting Comments on Blog | Python Django Tutorials In Hindi #92.
Django 3 Blog: Rendering Blog Comments on Our Template | Python Django Tutorials In Hindi #93.
Django 3 Blog: Restricting Comment Posting to Logged in User | Python Django Tutorials In Hindi #94.
Django 3 Blog: Adding Replies to Comments on Our Blog | Python Django Tutorials In Hindi #95.
Django 3 Blog: Displaying Replies Below Corresponding Comment | Python Django Tutorials In Hindi #96.
Django 3 Blog: Designing Replies Below Comments & Other Fixes | Python Django Tutorials In Hindi #97.
Django 3 Blog: Rendering HTML inside the Blog Post | Python Django Tutorials In Hindi #98.
Using TinyMCE Editor For Editing Blog Post Content | Python Django Tutorials In Hindi #99.
Integrating TinyMCE Editor in Django Admin | Python Django Tutorials In Hindi #100.
Adding "Post Views" (View Counter) to iCoder Django 3 Blog| Python Django Tutorials In Hindi #101.

Taught by

CodeWithHarry

Reviews

Start your review of Python Django Tutorials in Hindi

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.