+ 2

Python vs C++

I am learning c++ but I am wondering can i do the same thing with python.

4th Jun 2018, 12:25 PM
Zach
Zach - avatar
4 Answers
+ 5
yes c++ is faster but with python you could do with less lines of code. depending on your program you could do better with one over the other
4th Jun 2018, 12:33 PM
Markus Kaleton
Markus Kaleton - avatar
+ 3
Yes, you can do all the same with C++ and python. However, C++ is faster
4th Jun 2018, 12:31 PM
Fabio Rocha
Fabio Rocha - avatar
+ 1
u can write python compiler/interpreter in c++, but not the vice versa
4th Jun 2018, 6:12 PM
Flash
0
Fabio Rocha Except parallel processing.
4th Jun 2018, 4:23 PM
Vlad Serbu
Vlad Serbu - avatar