+ 3
Which is better c++ or Python?š
5 Answers
+ 18
i would say c++ is better, but that is just my opinion, in my case python is harder to learn, you may try both šš
+ 8
Python is better for beginners
+ 5
I will also say that I really find Python too much harder than C++
+ 5
C++
This thread does a good job explaining why:
https://www.sololearn.com/Discuss/280672/?ref=app
And this is why I donāt like Python:
ā¢ It is incredibly slow. I know that its speed is usually not a problem, but I am a speed junkie.
ā¢ It is dynamically typed. Dynamically typed languages can hide serious problems from the user that would not even exist in a statically typed language, and it also wastes memory and time.
ā¢ It is implicit. I would choose the cryptic syntax and error messages of C++ over the lack of control in Python any day.
ā¢ There is no form of pointers or other memory management. Pointers may seem useless before youāve actually used them, but after needing them a few times, you will not be able to live without them.
0
I think python......I like it