2 Antworten
+ 8
Little code for powerful capabilities. I think learning a scripting language is a really smart thing to do for someone who already know a compiled one. For algorithms for example, you can test your models with Python, tinker and manipulate it until it's perfect for you.
And then write it straight in C++ for optimized performance :)
+ 1
definitely, it is always good to have options, for one thing c++ might be good, but sometimes python is just much more elegant