What is difference between cpython and python? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

What is difference between cpython and python?

Please tell me anyone

26th Sep 2019, 1:35 PM
Vijay
Vijay - avatar
2 Réponses
0
Easliy, cpython is C programming language, but act like python.
26th Sep 2019, 1:42 PM
EagleArisriver
EagleArisriver - avatar
0
Cpython is an implementation of the python interpreter in C. You could say it is THE implementation because it is the original one which is most widely used. See here for more information: https://stackoverflow.com/questions/17130975/python-vs-cpython
26th Sep 2019, 6:48 PM
Thoq!
Thoq! - avatar