Python is a high-level, interpreted, interactive and object-oriented scripting language. Python is designed to be highly readable.
History :
Python is a general-purpose programming language Created by Guido van Rossum and first released in 1991, Python has a design philosophy that emphasizes code readability, notably using significant whitespace. It provides constructs that enable clear programming on both small and large scales.
- Python Released in 1991
- Python Version 1 in 1994
- Python Version 2 in 2000
- Python Version 3 in 2008
Python features a dynamic type system and automatic memory management. It supports multiple programming paradigms, including object-oriented, imperative, functional and procedural, and has a large and comprehensive standard library.
Feature of Python :
- Python is Interpreted
- Python is Interactive
- Python is Object-Oriented
- Python is a Beginner’s Language
- Open source
- Python interpreters are available for many operating systems.