+ 1
How to learn multiple programming languages??
6 Réponses
+ 4
Learn one.
Understand that the language syntax is just part of it. So Java, C++,Python,etc have different syntax.
Syntax is the part to memorize.
The fundamental concepts of variables, datatypes, operations, control flow etc is the important part that it is shared among them.
Fundamental concept is the part to understand.
Then learning the next languages would essentially be just learning new syntax, and maybe some new concepts unique to those languages.
Learning the first language is hard because you are learning two new things, syntax and fundamental concepts.
Learning languages like C or C++ is harder because pointers and references requires at least some rudimentary knowledge on how data is stored and manipulated.
+ 3
Learn one at a time.
+ 3
In the Sololearn app open the Learn section. Tap on the top bar (where for you right now it says "Coding Foundations"). Select "Discover More Courses". Then you can select another language course.
+ 1
We have to add a new course in our profile
+ 1
All languages are the same
0
Yes, one by one.