Python is a versatile, general purpose programming language created by Guido Van Rossum in 1991. It is widely used for tasks like web development, machine learning, scientific computing, and more. Python code is written in a simple, easy to read syntax and then interpreted to run. To use Python, one must download and install the Python interpreter for their operating system and configure environment variables to point to the Python executable.