+ 5
CPython is the most common implementation of Python, with Jython or IronPython as alternatives. An implementation is actually using a foreign function interface to call the language underneath.
Take a look at an explanation below:
https://en.m.wikipedia.org/wiki/CPython