Features of Python

1. Simple and easy to learn.

In anothor programming language for print hello world we have to write few line of codes.

2. Freeware and open source

  • Freeware: We do not have to pay any single rupees.
  • Open Source: We can customize based upon our requirements.

3. High Level Programming Language.

4. Platform independent: Write once and run anywhere (WORA).

5. Portability: Migrating python program from one platform to another platform very easily without performing any change.

6. Dynamically typed programming: We are not required to type for the variable. Whenever we assiging the value based on the value type automatically will be considered.

Python Versions

  • Python 1.0 introduced in Jan 1994.
  • Python 2.0 introduced in Oct 2000.
  • Python 3.0 introduced in Dec 2008.

Note: Any new version should provide for old version programs.But Python 3 not provide backward compatibility to Python 2