+ 1

Speed of Execution

Why is Python slower than Java?

30th Jul 2019, 7:42 PM
SAMSON KIBROM OKBAY
SAMSON KIBROM OKBAY - avatar
2 odpowiedzi
+ 2
because it is an interpreted language, not a compiled one
30th Jul 2019, 8:06 PM
Bebida Roja
Bebida Roja - avatar
+ 2
Python also has a way to do bytecode. So the difference has to run deeper, right?
30th Jul 2019, 8:14 PM
HonFu
HonFu - avatar