CPython is a compiler and an interpreter, it is used to compile Python code to byte code.
in another hand, Cython has the same superset of the Python programming language, compiled to C or C++, it means is not really Python programming but Cython give the same experience as Python code for humans