How Python works without compiling? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

How Python works without compiling?

Computer only understands binary and any language except for binary must be compiled and converted into binary for running BUT then how the computer runs python without compiling

30th Jun 2018, 10:20 AM
Shahil Ahmed
Shahil Ahmed - avatar
3 Answers
+ 12
Python is not compiled but it is interpreted. The interpreter translates the code to the machine at runtime.
30th Jun 2018, 10:23 AM
Ulisses Cruz
Ulisses Cruz - avatar
+ 14
uid please do not be hostile towards other learners
30th Jun 2018, 10:34 AM
Burey
Burey - avatar
+ 1
If you write an program that understand some expressions in textual form and do operatiom with they, then it can do it... This its very basic definition of interpreter and python belong to this category
30th Jun 2018, 11:00 AM
KrOW
KrOW - avatar