Python Tutorial For Beginners In Hindi (With Notes) 🔥

preview_player
Показать описание
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.
Download Python in Hindi Notes & Other Material (Scroll to the bottom):

►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

►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
Best Hindi Videos For Learning Programming:

►C Language Complete Course In Hindi -

►JavaScript Complete Course In Hindi -

►Django Complete Course In Hindi -

Follow Me On Social Media
Рекомендации по теме
Комментарии
Автор

He is Alakh pandey for engineering student💓😍

entertainingworld
Автор

Dil se shukriya Harry sir ..love u 3000💖💖💖

wrestlingstar-wwe
Автор

6:07:10 while loop se to aaram se reverse kar sakte hain, aur for loop mein range ke upar reversed use kar sakte hain, maine abhi stackoverflow pe dekha, aise kar sakte hain -
for i in reversed(range(1, 11)):
pass

atharvkumar
Автор

5:13:35
post = input("Enter a post: ")
if 'harry' in post.lower(): # here we first lowercase the whole post and then searched for "harry"
print("Yes! the post contains the name Harry.")
else:
print("No! the post does not contain the name Harry")

aryangoel
Автор

Guys' let's not forget he is IITians and he can earn in lakhs by utilizing his time but still he takes out some time to teach people like us in free of cost and also making notes for us which is also free . 'Hats off to you man'💜 and mad respect to you💜

sayyedabid
Автор

Never thought that an educational video like this would get 22M views 😍😍😍😍😍😍
Thanks for all the love and support

CodeWithHarry
Автор

5:56:20
n=int(input())
i=0
sum=0
while i<=n:
sum=sum+i
i=i+1
print(sum)

aayushkumar
Автор

Today is 25th.July 2024. i am senior citizen i stated learning python course by listening your tutorial
so i am v happy and enjoying. thanks

kousarmohammedali
Автор

The guy is working hard everyday to make learning easy for us. I have never seen such a great guy 😢 in my life 🙌. You Deserve Millions of Subs ❤

rockertechs
Автор

6:7:19 number = int(input("ener a number -> "))
for i in range(10, 0, -1):
print(str(number) + " x " + str(i) + " = " + str(i*number))

kushal
Автор

This is my first programming in my life. Thanks for such a clear tutorial.

darshanbasnet
Автор

i am watching this video from 3 years .but today i am going to finish this today from start to end

somindwithgames
Автор

Code with Harry > whitehatjr am I correct hit like.
Thanks for this much like I am shocked
1k like woow

priyankarai
Автор

This Python course Is Really Helpful Thank You harry bro...

theindiannetwork
Автор

3:19:25
a=[7, 0, 8, 0, 0, 9]
zero_count=a.count(0)
print(f"The number of zeros in the list is: {zero_count}")

Educated_With_KP
Автор

Extremely Helpful Video... Thanks Harry Bhai

Priyabrata_Samal
Автор

5:05:10
name = input("Enter your name : ")
a = len(name)
print("length of this name is " + str(a))
if(a<10):
print("The name contains less than 10 characters")
elif(a==10):
print("The name contains exactly 10 characters")
else:
print("The name contains more than 10 characters")

anmolkapoor
Автор

World :- nothing is free
Harry :- 😂😂 everything is free in Harry's worlds .

Thanks Harry bhai 👍

ajaypathak
Автор

5:51:38
num = int(input("Enter the number: "))
i = 1
while i<11:
print(str(num) + " X " + str(i) + " = " + str(i*num))
i = i + 1

ocjtnln
Автор

6:45:54 # Q4) Write a recursive function to find the sum of first n natural numbers

def natural_num(i):
return i * (i + 1)/2

n = int(input("Enter the value of n: "))
sum_natural_num = natural_num(n)

print(f"The sum of n natural numbers is: {int(sum_natural_num)}")

Thanks harry sir!!! Wrote my first function code by myself

_W_DipyamanGhosal
welcome to shbcf.ru