0

What is cpython?

Are there any other languages used in python other than CPython

5th May 2018, 5:55 PM
varun pawar
1 Answer
+ 2
CPython is Python implemented in C and also the main version. Since it’s implemented in C you can use C code in Python code if you wish though C code is normally used for resource intensive tasks. There are a lot of different implementations for different purposes... https://wiki.python.org/moin/PythonImplementations
5th May 2018, 6:36 PM
TurtleShell
TurtleShell - avatar