Language-Python

Python is a general-purpose object-oriented programming language with high-level programming capabilities, which includes features of C and Java.

Why Python?

  1. Interpreted language: Python is processed at runtime by Python Interpreter.
  2. Object-oriented language: It supports object-oriented features and techniques of programming
  3. Interactive programming language: Users can interact with the python interpreter directly for writing programs
  4. Easy language
  5. Straightforward syntax
  6. Easy to read
  7. Portable
  8. Extendable
  9. 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

Boolean

Sets

Dictionaries