Notifications
Clear all

Python VS C++ ?

1 Posts
2 Users
1 Likes
450 Views
0
Topic starter

Which is better and why ?

1 Answer
1

C++ is faster than Python because it is statically typed, which leads to a faster compilation of code. Python is slower than C++, it supports dynamic typing, and it also uses the interpreter, which makes the process of compilation slower.

Share: