0
Python is actually python2 (<2.7) . The difference between python and python3 could be easily found in Google . like in python parentheses are not required in many statements but compulsory in python3 . cpython is importation of python in C . it has some header files which helps you to write python in C or convert python to c . one of the header file is python.h