There is no link in between python and c++ . You can learn python easily and you do not need any other language to learn first before learning this . JAVA is similar to c and c++ there are very little differences in between both , main is of syntax . Both languages have same concept .
Read moreShould I learn both C++ and python?
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 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 moreCan I learn C++ directly?
Yes ,you can learn c++ directly without any knowledge of c . C++ is object oriented language and it is simple to learn as compare to c.
Read moreWhere can I learn full C++?
The following tutorials will teach you the most important concepts.
Read moreCan I learn C++ by myself?
Yes, you can learn it all by yourself but it depends hugely on what type of coder you want to be . If you want to learn just for beginner-level syntax, some for loop, arrays, and strings are enough. For intermediate level, you must know Data Structures and Algorithms in c++.
Read more