+ 1
Is python a good programming language
I want something to learn with c++
2 Answers
+ 8
Don't know too much on C++ but I think it's always good to know two very different languages. Python is an interpreted, not compiled language, so it always needs a proper environment to understand the code. It is also a looot slower than C++ as it is not suited for time-critical operations.
On the other hand, making scripts in Python requires less code and less coding *time* which might be a real advantage in quickly automating boring tasks. This last thing is actually the main reason Python was created in the first place ;)
+ 2
Yeah , python is a good language . I suggest you to learn python before proceeding to c++. Make your basics strong then move towards c++ because it is quite tough language
Hope this will help you!!!! ^°_°^



