+ 1
Why is cpp better than python?
4 odpowiedzi
+ 12
Python is a high-level language, and has a huge community with tons of libraries to utilise, which results in high productivity for the programmer.
C++ is lower-level than Python, which means that C++ code is closer to machine language, and, as a compiled programming language, may run faster than Python for general cases.
Data scientists may prefer Python in order to write short codes and produce results efficiently. Game developers, on the other hand, may prefer C++ due to its speed. (Python also has its gaming modules).
+ 7
This is not necessarily true. Both languages excel in different aspects.
+ 1
Hatsy ... you can compare both languages in many aspects. if we take cpp as better(it is fully obj. oreinted) in what more senses it is good than python?
+ 1
that's what I want ) thanks