1-Python Introduction
1-Python Introduction
1-Python Introduction
Why Python:-
- Python is a widely used programming language which helps beginners
and professionals
to understand the basics of Python programming easily.
- Python is interpreted
- Python is Interactive
- Python is Object-Oriented
Python Features
1. Python is Easy
a) Easy to code
It does not take too much time to learn Python syntax; anyone can
learn it in just a few hours or days;
thus, it is a programmer-friendly language.
A user with the non-coding background can also quickly learn this
language if they have good logical skill.
b) Easy to read
2. High-level Language
3. Interpreted
When you install Python, It will get downloaded with a vast library
that we can use,
so we don't have to write to everything in our code.
5. Portable
7. GUI Programming
Why Python?
Python provides rich libraries:
Easy to use:
Python is very easy to learn and easy to use.
It is a user-friendly language.
It uses a few lines to express the code as compared to other
languages.
Frameworks and Libraries
Python provides various frameworks for different development fields.
There are some popular frameworks given below:
Object-Oriented Approach
Python supports object-oriented programming approach.
- Classes
- Objects
- Inheritance
- Polymorphism
- Encapsulation
The name "Python" came from one of the most popular show "Monty
Python's flying circus "
Python Interpreter:-