+ 6

Python vs C

Why C Runs so much faster than Python?

18th Feb 2018, 5:23 AM
JULIUS FREDRICK
JULIUS FREDRICK - avatar
2 Answers
+ 17
Python is slower than C because it is an interpreted language. https://m.huffpost.com/us/entry/us_59af8178e4b0c50640cd632e
18th Feb 2018, 5:26 AM
Abhivarshini Maddala
Abhivarshini Maddala - avatar
- 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
18th Feb 2018, 5:47 PM
DeleteThisAccount