Is python just c simplified? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Is python just c simplified?

I think it is that’s why it interprets it to a .pyc file which is c that uses a c compiler or is this wrong?

5th Sep 2018, 8:18 PM
Jonathan Wodzisz
Jonathan Wodzisz - avatar
1 Antwort
+ 2
Nope, there are many "Pythons", the most used distribution is the C based one. Python is a scripting language, it doesn't uses a compiler. It uses a interpreter.
5th Sep 2018, 8:39 PM
Alexander Santos
Alexander Santos - avatar