Python Crash Course in Hindi | 5 Python Projects | Complete Python Tutorial

preview_player
Показать описание
Looking to learn Python and boost your programming skills? Check out this comprehensive Python tutorial with 5 hands-on projects that will take you from beginner to pro! Each project is designed to help you build practical coding skills while working on real-world applications. Start your Python journey today and become a confident programmer with this Python tutorial!
TimeStamps ⏲️:
00:00:00 - Introduction
00:00:48 - Installation
00:05:09 - Setting up a Python Project
00:06:23 - Our First Program: "Hello World"
00:08:14 - Comments
00:12:40 - Variables
00:19:27 - Typecasting
00:21:30 - Operators in Python
00:31:18 - Modules and Pip
00:37:09 - Download Handwritten Notes
00:37:59 - String and String Methods
00:46:38 - User Input in Python
00:53:57 - List & List Methods
01:01:37 - Tuple and Tuple Methods
01:05:51 - Set and Set Methods
01:11:52 - Dictionary & Dictionary Methods
01:22:11 - if-else Statements
01:28:37 - Match case
01:32:02 - for Loop
01:35:38 - while Loop
01:41:30 - Functions
01:49:06 - Exception Handling
01:53:53 - File I/O
02:01:00 - OOPs
02:08:51 - Project 1: Robo Speaker
02:17:01 - Project 2: Weather App
02:26:12 - Project 3: Image Resizer
02:38:23 - Project 4: PDF Merger
02:44:06 - Project 5: Facial Recognition Attendance System
03:07:37 - Conclusion and where to go from here

python, C, C++, Java, JavaScript and Other Cheetsheets [++]:

►Complete course [playlist]:

Follow Me On Social Media
Comment "#HarryBhai" if you read this 😉😉
Рекомендации по теме
Комментарии
Автор

How was this course? If you are a student, you can get free access to all JetBrains IDEs for personal use at school or at home. Use the links below:

CodeWithHarry
Автор

Best teacher ever. 2 years ago, I got my first job as SDE because of this guy. Love you sir ❤❤

codewithvishvajit
Автор

In project 1: 'say' is not recognized as an internal or external command,
operable program or batch file.
['say' command works on systems like macOS]
for windows Soln:
-> pip install pyttsx3


import pyttsx3

if __name__ == '__main__':
print("Welcome to RoboSpeaker version 0.1 by Kaykobad : ")
x = input("Enter what you want the system to speak: ")

engine = pyttsx3.init()
engine.say(x)
engine.runAndWait()

kaykobadhossaintanjil
Автор

a //= 2 will divide the value of ' a ' (4) by 2 and will return only the value before the decimal i.e. 2
a**= 2 will be ' a ' raise to ' 2 ' i.e. 4 raise to 2 which will be 16
a%= 2 will be the remainder after dividing ' a ' (4) by 2 which will be 0

VirajShirodkar
Автор

I am crying how easy u made it for us 😭 u r the teacher we all needed.

nameisrobin
Автор

Literally, you are amazing. I am just thinking about it 🙂 and then you uploaded this video. Thank you for this.

ekanokhachannel
Автор

congratulations on your first python project...
🤩🤩

SaurabhYadav-cdib
Автор

1:31:58
a = int(input("Please enter a number between 1-10 = "))
def table(x):
for i in range(1, 11):
print("Multiplication of ", x, " * ", i, "= ", x*i)

match a:
case 1:
table(1)
case 2:
table(2)
case 3:
table(3)
case 4:
table(4)
case 5:
table(5)
case 6:
table(6)
case 7:
table(7)
case 8:
table(8)
case 9:
table(9)
case 10:
table(10)
case _:
print("choice should be between 1-10")

abhisheknandi
Автор

Harry bhai please make a complete playlist of DSA in C++ which can crack any interview... 🛐🛐🛐🛐🛐We're grateful for you.. Those who want harry bhai to create a new series of DSA in C++ like this comment and let harry bhai notice it... Loadsss of love❤❤❤ Harry bhai please give us an update.. We're waiting for it🥺🥺... At least make a paid course.. But please do it Sir... We understand only from you

nikhilkalloli
Автор

Congrats on your first python project guys.🎉

programmerlovers
Автор

This boy was the reason i got into tech industry. So simple and clear

NEURAL
Автор

thank you so much bhai i had been looking for a crash course like this finally got it.
Best teacher

kartikgautam
Автор

num=int(input("Enter value of table :"))
i=1
while(i<11) :
print(num*i)
i+=1
print("table is created ")

Codewith-dawood
Автор

Please whoever watching his videos, I suggest that please don't skip the ads so he get maximum benefit because he made such many courses for free 🆓 which are much better than all paid courses available at different platform

piratemonkeycode
Автор

Thank you so much for this, Harry. Appreciate it!

rishabh
Автор

you are doing a great job bro and thank you so much for the python course for freely available on youtube

MrinalfromIIT
Автор

His dedication to teach programming is beyond expectation

sanyk
Автор

This channel is growing fastly now a day... Aur ishka reason hai aapki teaching method.. lot of love for you Harry Bhai 😘 from We all Nepalese 😘

riteshprajapati
Автор

this course is really helpful.
it improved my Python skills.

HeyKaran-irmm
Автор

n=int(input("Enter the number to print the tables for:"))
for i in range(1, 11):
print(n, "x", i, "=", n*i)

PranavHiremath-fhri
join shbcf.ru