Python Tutorial for Beginners in Hindi (with Handwritten Notes) | Full Python Course

preview_player
Показать описание
Hello Everyone, We are excited to launch a FREE PYTHON MEGA COURSE. This is an extensive course covering everything in detail with 249 pages of handwritten notes. Along with 249 pages of HANDWRITTEN NOTES, you will get 14 EXERCISES that we have covered after every topic and 7 PROJECTS.

Here is the list of all the PROJECTS that we will cover in this course:
• Bill Generator
• Cafe Management System
• TO-DO App
• File Handling Project
• Electricity Bill Generator - OOPS
• Shopping cart - OOPS
• JARVIS - Mega Project

In this course, we are covering JARVIS as a mega project.

This is not normal Jarvis, in this, you will be able to change the voice of the speaker, automatically create your to-do list, speak it, and show Windows notification for it, and along with that it will play your favorite song.

If you have not subscribed to our channel, please subscribe.
Your subscription motivates us to create more videos like this.

Chapters:
00:00:00 - Introduction to Course
00:01:18 - Introduction to Python
00:10:22 - Installing Python and 4 different ways to use Python
00:24:06 - First Program
00:29:34 - Print Function
00:39:57 - Input Function
00:46:36 - Exercise - Print and Input Function
00:54:49 - Comments and Syntax
01:05:03 - Variables
01:18:11 - Data Types
01:31:59 - Type Casting
01:39:56 - Exercise - Basics
01:47:38 - Operators and Arithmetic Operators
01:55:13 - Assignment Operators
02:01:49 - Comparison Operators
02:08:55 - Logical Operators
02:14:05 - Identity Operators
02:21:29 - Membership Operators
02:26:12 - Bitwise Operators
02:40:11 - Operator Precedence and Associativity
02:47:18 - Exercise-FAT Calculator and TIP Calculator
02:54:24 - Strings
03:03:58 - String Indexing and Slicing
03:18:01 - String Escape Character and Escape Sequence
03:25:10 - String Formatting-F-String and format method
03:32:47 - String Methods
03:53:00 - String Exercise
04:03:16 - if if else and elif
04:26:05 - Exercise - Chai Order app and Leap Year
04:41:05 - For Loop and Nested For Loop
04:52:22 - WHILE Loop and Nested WHILE Loop
05:07:55 - Break, Continue and PASS
05:20:16 - For Else and While Else
05:28:52 - Exercise - For and While
05:52:33 - List
06:08:01 - List Characteristics and Nested List
06:15:08 - List Methods
06:29:14 - Exercise - List
06:40:18 - Tuples
06:52:04 - Tuple Operations
07:02:15 - Tuple Unpacking and Nested Tuples
07:09:31 - Project - Bill Generator
07:26:02 - Exercise - Tuple
07:34:50 - Sets
07:45:14 - Set Methods
07:56:39 - Exercise - Set
08:08:51 - Dictionary
08:27:32 - Dictionary Methods
08:39:26 - Project - Cafe Management System Project
08:53:15 - Exercise - Dictionary
09:03:47 - Ternary If Else
09:11:02 - Visual Studio Code Setup
09:17:35 - Match Case
09:25:44 - Functions
09:43:53 - Function Arguments
10:05:15 - Local vs Global
10:15:12 - Project - TO-DO App
10:33:40 - Recursion
10:41:40 - Lambda Function
10:53:03 - Map Filter Reduce
11:05:57 - Exercise - Functions
11:25:25 - What's Next

Thank you for watching. Please share your feedback in the comment section.

Social Links:

#codewithharry
#apnacollage
@CodeWithHarry
@ApnaCollegeOfficial
Рекомендации по теме
Комментарии
Автор

I just watched it for 3 minutes… You are best at explaining and giving minute details which is required for non tech background people… Good Work!!
I’ll complete whole video for sure…

shubhamborikar
Автор

for i in range(1, 6):
if i != 3:
print(i)
Without while and continue statement

sogatasantra
Автор

Best explanation with best problem solving techniques 🎓💯

SatvashilBhosale
Автор

This python series has helped me a lot. Thank you sir.❤❤❤

SachinKumar-xcwj
Автор

Bhai aapne bahut achaa cover kiya hai python, maja aa gya padh kar

abhiyantapandit
Автор

Wow Superb Python Series, Mainly your Exercises solving Mind blowing....👏👏👏👏👍🤝

naren
Автор

Thanks 🙏🙏🙏🙏🙏 sir for providing notes along with lecture

avinashnishad
Автор

Ready sir, amazing explanation, I am a commerce student, learning python for the purpose of data analysis learning, I have watched so many tutorials on python but your explanation is very natural and am learning the concepts like dynamically typed vs statically typed lang with very clear cut explanation, thank you so much for sharing this free of cost tutorial for student's learning

karamashiq
Автор

Awesome Sir👍 I really love your teaching style..you make difficult concepts so easy 👌

ruchirandhawa
Автор

🎉❤nicely teaching with good voice tone thanks a lot

Prabhatsingh-ei
Автор

👌👌Great tutorial... Thanks for this.. 🙏🙏

I really like the dedication by which you teach and the content. The way you have covered every topic in detail and made it easy..

Progress:(edit)
I am done till variables..
done with operators also..
Done with strings..
And loving it.

Will keep on updating the progress as I move.

Thanks for the detailed notes also.

ankurmurria
Автор

Really amazing series🎉❤
Can you make same for SQL..??

rajatsharma
Автор

Reverse print 5 to 0.
i =5
while i>=0:
print(i)
i=i-1

sogatasantra
Автор

year = int(input("Enter a year: "))
if year % 4 == 0:
if year % 100 == 0:
if year % 400 == 0:
print(f"{year} is a leap year.")
else:
print(f"{year} is not a leap year.")
else:
print(f"{year} is a leap year.")
else:
print(f"{year} is not a leap year.")

sogatasantra
Автор

Tuple remove operation :-
Tumpa = (1, 2, 3, 4)
Tumpa = list(Tumpa)
Tumpa.remove(2)
Tumpa = tuple(Tumpa)
print(Tumpa)


Output:-
(1, 3, 4)

[Process completed - press Enter]

sogatasantra
Автор

Osm sir Very help Full video in Python, but sir notes ka part 2 to bejo...

shubhamdighore
Автор

You made Python programming seem way easier and more interesting...Thankyou so much Sir😊

FitnessGoals-fjpu
Автор

Bhai, hand written notes kese milege?

gopalsinghchannel
Автор

GOOD SIR AB ADVANCED LEVEL PAR YTHON SERIES START KAREIN AND DEEP HAR TOPIC KO EXPLAIN KAREIN...BASIC COVER KIYE HAI HUMNE

hamudxd
Автор

Super nice way to explain, ypur notes🎉🎉🎉

vadabhai