Why is cpp better than python? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

Why is cpp better than python?

4th Aug 2017, 9:21 AM
syscall
syscall  - avatar
4 Respuestas
+ 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).
4th Aug 2017, 9:39 AM
Hatsy Rei
Hatsy Rei - avatar
+ 7
This is not necessarily true. Both languages excel in different aspects.
4th Aug 2017, 9:28 AM
Hatsy Rei
Hatsy Rei - avatar
+ 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?
4th Aug 2017, 9:34 AM
syscall
syscall  - avatar
+ 1
that's what I want ) thanks
4th Aug 2017, 9:40 AM
syscall
syscall  - avatar