+ 4
What should I learn more c++ or python?
I know some basics of C++ which was taught to me in higher secondary. Now I am willing to increase my programming language. People say python is easier than c++ and it is most used. Should I prefer python or continue learning C++ or should Iearn both. If I learn both how long will it take to complete.
3 Answers
+ 14
Go for both and don't worry about how much time it takes . well it's depends on you motivation.đ
+ 13
If you want to focus on web applications, then I suggest learning Python.
It is one of the best languages on the market today for backend development in large scale web applications.Â
Python is easier to learn and reads better.Â
Well , C++ gives you a LOT of individual power as a programmer to make stack-level and system-architecture level decisions, which is not possible with Python very easily.
But , Python is a great language for turning high level ideas into things that work.
+ 4
Since you already have knowledge of C++, I would keep going with it. If your knowledge isn't fresh, however, I would recommend Python since it's still growing and easy (for a programming language) to understand.