2 Answers
+ 6
I think a programmer will need less time and less lines to develop a code with python than with c++, if one knows both capabilities.
During the python course you'll see that there are built-in resources you even imagine how you could apply with c++. For instance, you don't need to worry about declaration of variables, size of arrays and type of their content, creation of templates, use of pointers, addresses. You have sets and dictionaries. You can edit functions using a same pattern with functional concept. You don't need to take into concern the type of the function either...
With Python you can use an interpreter which allows you a faster way to make tests in your code. You don't need to compile it.
Please, don't get me wrong. I won't say python is better than c++. Instead, I'm trying to convince you that python is easier. C++ still has its advantages: it is useful for manipulating memory manually and hpc (high-performance computing).
+ 3
i personally think that c++ code is more organized..so maybe cause of that when you transferd from organization to entropy...it might be a bit weird