Some people say that Python is slow. What do they exactly mean?Is python slow in code execution or something? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Some people say that Python is slow. What do they exactly mean?Is python slow in code execution or something?

15th Oct 2020, 7:04 AM
Japjot Singh Chauhan
Japjot Singh Chauhan - avatar
4 Answers
+ 5
Python is slower than C because it is an interpreted language. This amplifies the number of actual CPU instructions required in order to perform a given statement. ... The difference is that the python code will be interpreted, instead of directly by the CPU.
15th Oct 2020, 7:05 AM
Alphin K Sajan
Alphin K Sajan - avatar
+ 4
Welcm
15th Oct 2020, 7:11 AM
Alphin K Sajan
Alphin K Sajan - avatar
+ 3
Python is slow compared to C, C++, Java. It is slow in execution. Mainly because it is dynamically typed language.
15th Oct 2020, 7:06 AM
Aravind Shetty
Aravind Shetty - avatar
+ 2
Thanks dude👍
15th Oct 2020, 7:08 AM
Japjot Singh Chauhan
Japjot Singh Chauhan - avatar