Python Notes by Rishabh Mishra Chap01-Introduction
Python Notes by Rishabh Mishra Chap01-Introduction
Source: www.youtube.com/@RishabhMishraOfficial
Chapter - 01
Introduction to Python
• What is programming
• What is Python
• Popular programming languages
• Why Python
• Career with Python
What is Python?
Python is a high-level programming language known for its simplicity and
readability.
Just like we use Hindi language to communicate and express ourselves,
Python is a language for computers to understand our instructions & perform
tasks.
Note: Python was created by Guido van Rossum in 1991.
P y t h o n N o t e s b y R i s h a b h M i s h ra
Popular programming languages
As per statista survey, Python is the most popular programming language.
Why Python?
Python is one of the easiest programming languages to learn and known for its
versatility and user-friendly syntax, is a top choice among programmers.
Also, python is an open source (free) programming language and have extensive
libraries to make programming easy. Python has massive use across different
industries with excellent job opportunities.
P y t h o n N o t e s b y R i s h a b h M i s h ra
Ques2: Write a program to print numbers from 1 to 10
In above examples we can see that Python is simple in writing & reading the code.
P y t h o n N o t e s b y R i s h a b h M i s h ra