+ 1
What is the best language in python and c++
2 Answers
0
For games C++ can be even hundreds times faster than Python.
https://benchmarksgame.alioth.debian.org/u64q/compare.php?lang=python3&lang2=gpp
Python is easier to learn.
Python's one main strength is it have a huge library full of Modules.
https://www.activestate.com/blog/2016/09/python-vs-cc-embedded-systems
I suggest to learn python before learning C++, but if you want to learn C++ fast, you might not have to learn Python after learning C++.
- 1
right