Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3
Python is basically an intrepreted language. It means it uses interpreter only. The difference between interpretation and JIT compilation, which occurs at runtime, is that the JIT compiler translates source code into native code (machine language), whereas an interpreter either runs code directly (if it is already machine language), runs precompiled code, or turns code into an intermediate language. I hope it helps you:)
1st Aug 2020, 4:20 PM
Yogeshwaran P
Yogeshwaran P - avatar