Python is a general-purpose object-oriented programming language with high-level programming capabilities, which includes features of C and Java.
Why Python?
- Interpreted language: Python is processed at runtime by Python Interpreter.
- Object-oriented language: It supports object-oriented features and techniques of programming
- Interactive programming language: Users can interact with the python interpreter directly for writing programs
- Easy language
- Straightforward syntax
- Easy to read
- Portable
- Extendable
- Scalable
What we can do with Python?
Create web and desktop applications
Data types
Numbers
int
float
long
complex
Sequences
Strings
Bytes/Byte array
Lists
Tuples