What is the Correct Order of Learning Programming languages? #204863
Replies: 2 comments 2 replies
|
Hey, i suggest you start with python after that it depends what work you wanna do. |
|
I wouldn’t recommend beginners try to learn every major programming language in a specific order, because programming isn’t about collecting languages like Pokémon. A better approach is to start with one beginner-friendly language such as Python to understand programming fundamentals, problem-solving, data structures, and basic algorithms. After that, JavaScript or TypeScript is a good choice for web development, followed by Java or C# if you want to learn object-oriented programming and build larger applications. SQL should also be learned because databases are essential in most software projects. Once you have a strong foundation, you can explore C or C++ to understand lower-level concepts such as memory and performance, and later learn Go or Rust if your career requires them. Ultimately, the best language order depends on your goals: focus on mastering one language first, then learn additional languages when there is a practical reason to use them rather than trying to learn everything at once. |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Question
💬 Feature/Topic Area
Verification Help & Guidance
Hi everyone,
What would you say is the correct order of learning all major programming languages for those who have just started out?
All reactions