CPython is the reference implementation of the Python programming language.
First released in 1991 by Guido van Rossum, the Python programming
language has steadily grown in popularity. This is in no small part
due to the simplicity of the language, sometimes described as
"executable pseudo-code", and to a comprehensive standard library
("batteries included"). While several other Python implementations
have entered popular use, CPython remains the reference
implementation.