Reply to thread

C/C++.

 

It is much more difficult for a new programmer to move from Python (or even Java) to C/C++ than vice versa. Becoming knowledgeable and proficient in C/C++ will give you the tools you need to pick up other languages such as Python very easily and quickly. This is besides for the fact that Python itself is usually implemented in C (or, more rarely, Java) and it helps to know how C-type languages work beforehand.


Back
Top Bottom