+ 2
Python is an object oriented, high level, general purpouse programming language.
Python 3 is a version of Python.
Cython is a superset of Python (Basically Python with more features). It shares features with Python and C. Since it shares features with C, it is faster than Python.