
Python is a computer programming language that prioritizes simplicity and readability over complexity. It is an object-oriented language which means
that it uses abstraction (in the form of classes and objects) to create models based on the real world environment.
Guido van Rossum invented the Python programming lanaguages in the early 1990s. Python is a high-level, general-purpose programming language for solving problems on modern computer systems. The language and many supporting tools are free, and Python programs can run on any operating system. You can download Python, its documentation, and related materials from www.python.org.