What is CPython?
0:14
CPython is the reference implementation of Python, written in C. It is the most widely used Python interpreter and the one distributed at python.org. Other implementations include PyPy with its just-in-time compiler, Jython on the JVM, and IronPython on .NET.
docs.python.org