+ 1
What is defference Pytons's from the C++?
And im wanted would learn: what benefits it has to C++?
2 Answers
+ 4
IMHO: Python is great for doing Scientific Computing and Data Science. C++ is great for Game development and fast Algo design (see HFT).
+ 1
Syntax and concept, c++ is low-level and compilative, python is high-level and interpreted. C++ is very fast, but it's harder to learn and impossible to master c++