Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (50.2k points)

Can anyone tell me why is C++ faster than Python?

1 Answer

0 votes
by (119k points)

C++ is 400 times faster than python and with the exception of a single case. This is because in C++ compiler is used to convert high-level language into low-level language. On the other hand, the interpreter is used to do the same in Python.

I recommend to start with Python, check out this Python course by Intellipaat to learn Python.

You can watch this video on Python vs C++ for more comparisons:

Related questions

0 votes
1 answer
asked Sep 23, 2020 in Python by ashely (50.2k points)
0 votes
1 answer
asked Aug 1, 2020 in Python by ashely (50.2k points)
0 votes
1 answer
asked Jan 20, 2021 in Technology Trends by dev_sk2311 (45k points)
0 votes
1 answer
asked Sep 23, 2020 in Python by ashely (50.2k points)

Browse Categories

...