C++ is much more difficult, more flexible, and more suitable for making “traditional” executables. I’d recommend to start with C++ . You’ll learn more concepts (some of them doesn’t exist in python), and learning python after C++ won’t be a problem.
Read moreDo I need to learn C++ to learn python?
python and c++ are all object oriented languages so you will be learning the same programming methodology The order in which you learn languages doesn’t really matter but starting from a lower abstraction to higher one makes understanding some things easier..
Read moreWhat programming language I should learn first?
Python . Python undoubtedly tops the list. It is commonly thought of as the best programming language to learn first because it is very approachable. It is a fast, easy-to-use, and easy-to-deploy programming language that is widely used to develop scalable web applications.16 Şub 2022
Read moreWhat programming language should I learn first 2020?
1. Python . Python continues to be one of the best programming languages every developer should learn this year. The language is easy-to-learn and offers a clean and well-structured code, making it powerful enough to build a decent web application.
Read moreShould I learn C++ or python first?
If you want to become a software engineer or want a good knowlege in programming ,then you should start with C++ . But if you just want to know some about programming then you can go with Python and it is easy also. To learn first C++ then Python is easier then Pyhton to C++.
Read moreShould I learn C C++ or Python first?
If you want to become a software engineer or want a good knowlege in programming ,then you should start with C++ . But if you just want to know some about programming then you can go with Python and it is easy also. To learn first C++ then Python is easier then Pyhton to C++.
Read moreShould I learn C after Python?
If you already know python, I think you have basic concepts of Object oriented programming, so I think it’s better to go with C++ instead of C . Since with learning C++ you will learn most of C.
Read more