Python Tutorial For Beginners In Hindi (With Notes) π₯
Learn Python One Video in Hindi: This Python Programming in Hindi tutorial is a complete python course in Hindi comprising of 13 Python chapters and 3 Python Projects. After watching this course you can learn Python programming easily in Hindi. This Python programming course for beginners in Hindi is designed keeping in mind the current trend and recent changes in Python. This course is designed to teach Python to beginners making it one of the best sources to learn python in Hindi for beginners. Get ready to learn python programming in a fun way and make sure to download the python notes which are included with this video. Hope you enjoy this course on python programming for beginners in Hindi.
Notes: https://www.codewithharry.com/notes/
Download Python in Hindi Notes & Other Material (Scroll to the bottom):
https://www.codewithharry.com/videos/python-tutorial-easy-for-beginners
βΊTimeStamps:
Course Logistics: 00:00:00
Chapter 0 β Introduction: 00:08:58
Chapter 1 β Modules, Comments & Pip: 00:14:17
Chapter 1 β Practice Set: 00:33:10
Chapter 2 β Variables & Data Types: 00:44:35
Chapter 2 β Practice Set: 01:25:10
Chapter 3 β Strings: 01:39:10
Chapter 3 β Practice Set: 02:16:56
Chapter 4 β Lists & Tuples: 02:35:04
Chapter 4 β Practice Set: 03:07:10
Chapter 5 β Dictionary & Sets: 03:20:12
Chapter 5 β Practice Set: 03:57:25
Chapter 6 β Conditional Expressions: 04:19:21
Chapter 6 β Practice Set: 04:48:53
Chapter 7 β Loops in Python: 05:14:34
Chapter 7 β Practice Set: 05:45:11
Chapter 8 β Functions & Recursion: 06:07:35
Chapter 8 β Practice Set: 06:36:28
Project 1 β Snake, Water, Gun Game: 06:52:30
Chapter 9 β File I/O: 07:06:55
Chapter 9 β Practice Set: 07:28:11
Chapter 10 β Object Oriented Programming: 08:08:38
Chapter 10 β Practice Set: 09:17:22
Chapter 11 β Inheritance: 09:48:30
Chapter 11 β Practice Set: 10:55:24
Project 2 β The Perfect Guess 11:37:01
Part 2 of this video: https://www.youtube.com/watch?v=61a7UkDO50s
βΊCovered in Part 2 of this Video:
Chapter 12 β Advanced Python 1
Chapter 12 β Practice Set
Chapter 13 β Advanced Python 2
Chapter 13 β Practice Set
Project 3 β Library Management System
βΊCheckout my English channel here: https://www.youtube.com/ProgrammingWithHarry
βΊClick here to subscribe β https://www.youtube.com/channel/UCeVMnSShP_Iviwkknt83cww
βΊInstagram: https://www.instagram.com/codewithharry
Best Hindi Videos For Learning Programming:
βΊLearn Python In One Video β https://www.youtube.com/watch?v=ihk_Xglr164
βΊPython Complete Course In Hindi β https://www.youtube.com/playlist?list=PLu0W_9lII9agICnT8t4iYVSZ3eykIAOME
βΊC Language Complete Course In Hindi β
βΊJavaScript Complete Course In Hindi β
βΊLearn JavaScript in One Video β https://www.youtube.com/watch?v=onbBV0uFVpo
βΊLearn PHP In One Video β https://www.youtube.com/watch?v=xW7ro3lwaCI
βΊDjango Complete Course In Hindi β
βΊMachine Learning Using Python β https://www.youtube.com/playlist?list=PLu0W_9lII9ai6fAMHp-acBmJONT7Y4BSG
βΊCreating & Hosting A Website (Tech Blog) Using Python β https://www.youtube.com/playlist?list=PLu0W_9lII9agAiWp6Y41ueUKx1VcTRxmf
βΊAdvanced Python Tutorials β https://www.youtube.com/playlist?list=PLu0W_9lII9aiJWQ7VhY712fuimEpQZYp4
βΊObject Oriented Programming In Python β https://www.youtube.com/playlist?list=PLu0W_9lII9ahfRrhFcoB-4lpp9YaBmdCP
βΊPython Data Science and Big Data Tutorials β https://www.youtube.com/playlist?list=PLu0W_9lII9agK8pojo23OHiNz3Jm6VQCH
Follow Me On Social Media
βΊWebsite (created using Flask) β http://www.codewithharry.com
βΊFacebook β https://www.facebook.com/CodeWithHarry
βΊInstagram β https://www.instagram.com/codewithharry/
βΊPersonal Facebook A/c β https://www.facebook.com/geekyharis
Twitter β https://twitter.com/Haris_Is_Here
by CodeWithHarry
linux foundation
Congratulationsππ
Payment gateway and database communication programs plz
8:51:00
Time 2:5:57 par [0:7] mai last letter 'g' include nahi hga β¦.β€
Is it me or every beginner face the difficulty like what is the use of these stuffs ? Please let me know because i am suffering from every single thing
print(a.count(0)) 3:19:47
4:34:11 β¦Greater β€
Thank you so much your video really helps me in python.
6:44:29
def sum(n):
if n==1:
return 1
return n + sum(n-1)
print(sum(100))
11:52:05
Thanks
Thank you
Thank you
Thank you
Thank you
Thank you
Thank you
Thank you
Thank you
Thank you
Thank you
Thank you ππππππππππππππ
5:23:36 output is
Harry
Harry
Harry
Harry
Harry
Nice explanation
4:47:25 answer is optional
4:34:00 answer is greater
a = 22
if(a>9):
print("greater")
else:
print("lesser")
>>>greater
time : 4:34:1
Chapter 6 Practice Test problem 4( 5.05.12 time)
p=input("enter name")
l=len (p)
if l <10:
print("less than 10")
else :
print ("not less than 10")
5:13:47
Q7.Write a program to find out whether a
given post is talking about "Harry" Or not.
chapter 6 practice set
post=input("talk :n")
if("harry" in post.lower()):
print("yes , they are talking about harry")
else:
print("No, they were not talking about harry")
5:05:37
Q4.Write a program to find whether a given username
Contains less than 10 characters or not.
chapter 6 practice set
name=input("Enter your name : n")
length=len(name)
print(len(name))
if(length<10):
print("This name is less then 10 character")
else:
print("this name is more then 10 character")
notes are totallyy worthy
"Great tutorial on Python for beginners in Hindi! The notes are really helpful for new learners. π° ππππππππ πππ π π πππ ππ discussing if CodeWithHarry is really the best for learning to code. Itβs interesting to see how different creators make coding accessible for everyone."
1:37:10
I am learning all the programs smoothly. It feels like a game.
Harry sir your teaching style is awesome, you are a great teacher.
Hat's off sirπ
4:34:00
Grater
9 : 15 : 05 first init method called cunstructor and second get details
Fiverr will print
TimeStem = 10:07:46 / 11:52:23
Good One
Hello Sirπ
9:15:00
employee is created {__init__()}
the name of the employee is harry
salary of the employee is 100
salary of the employee is youtube {getDetails}
5:05:09
a = input("enter your username")
b=len(a)
if(b<=10):
print("yes ")
else:
print("No")
I get it 1st chapter guys ππ
Chapter 1 Completed on sat 29/06/2024
Complete Python Handwritten Notes PDF Download :-
https://www.youtube.com/watch?v=-WOqlnPKn9E
6:45:06
Chapter-8
Qs- 4
def recursive_sum(n):
if n==0 or n==1:
return 1
return n+ recursive_sum(n-1)
print(recursive_sum(8))
bhai mere pip se download nhi ho rha kese karu