I just don't get the idea of implementations. What does that mean? Cpython was written in C to run Python programs, or it means something else? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I just don't get the idea of implementations. What does that mean? Cpython was written in C to run Python programs, or it means something else?

28th Aug 2016, 6:44 AM
杨正龙
杨正龙 - avatar
3 Answers
+ 1
This is the basic idea. Pypy is written in Python, Jython is in Java, IronPython is in .NET (I think), etc.
30th Aug 2016, 10:05 PM
Amaras A
Amaras A - avatar
+ 1
it's a scripting language. it means compiler used in Python is that of C etc
17th Sep 2016, 6:08 PM
Harshini D
Harshini D - avatar
0
Harshini : No. Python is not compiled. It means that the INTERPRETER is written in C
25th Sep 2016, 11:12 AM
Amaras A
Amaras A - avatar