Am moving from python3 to C or C++ which on is easy to understand and good please? C or C++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Am moving from python3 to C or C++ which on is easy to understand and good please? C or C++?

I was using python 3 pandas to analyze a big data and was running too slow and I have decided to move to C or C++ .

18th Apr 2021, 2:22 AM
KissPain
KissPain - avatar
3 Answers
+ 2
Moving from Python to C or C++, Which one is easy to understand? Neither one.
18th Apr 2021, 2:53 AM
Ipang
+ 1
C is a lot more simple, C++ is C with a bunch of extra features. I recommend learning C++ because it is object oriented like python. C and C++ have very similar performance, they are basically the same language. The problem is that C and C++ take a while to learn and they don't have the same easy to use tools as python. I'm unsure, but there is probably a Python package that can help with performance, like Numba for Numpy.
18th Apr 2021, 2:50 AM
Cardboard Pow
Cardboard Pow - avatar
+ 1
Mirielle you mean if I rewrite the code in c or c++ it will still run slow and please what do you mean by I need to improve in time complexity or space complexity of the algorithms please
19th Apr 2021, 1:56 AM
KissPain
KissPain - avatar