Ask your own question, for FREE!
Computer Science 22 Online
OpenStudy (anonymous):

Is python built on top of C?

OpenStudy (e.mccormick):

In essence, all languages are built on top of machine code. The closer they are to assembly, the closer they are to the true machine code. Java precompiles to byte code before being run, so Java is not that close to machine code but byte code is. No matter what language the Python interpreter is written in, it is not built on top of that language. It is just built using that language but has a goal of getting from Python code to machine code.

OpenStudy (rsmith6559):

Python is written in C, and many times is barely different from C.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!