2 Answers
+ 17
Python is slower than C because it is an interpreted language.
https://m.huffpost.com/us/entry/us_59af8178e4b0c50640cd632e
- 1
Python is high level on the stack, and very far away from the actuality hardware. So it takes much longer to process
C is almost as close as you can get to the hardware level, besides FORTRAN and assembler