What Computer Language Should I Start Learning FIRST?

ยท

1 min read

"What Computer Language Should I Start Learning FIRST?"

I have observed prospective programmers asking this question frequently in various groups countless times: "what computer language should I start learning first?"

Here is the response to the query.

Although there are many different programming languages available to beginners, the reason you desire to learn programming in the first place should ultimately guide your choice of programming language or languages.

Based on the endless learning processes, I suggest a few programming languages in this post.

  1. Programming Languages for Website Development: C#, PHP, Python, JavaScript

  2. Programming Languages for Mobile App Development: Flutter, Java, JavaScript, C#, Dart, Swift

  3. Programming Languages for Game Development: C++, Python, C#

  4. Programming Languages for Desktop App Development: C++, Java, C#, Golang

  5. Programming Languages for Embedded Systems: C++,Java, C, Python

  6. Programming Languages for Robotics, AI, and Data Science: Python

  7. Programming Languages for Ethical Hacking: Python, JavaScript, C, C#, Ruby, PHP, VB

  8. Programming Languages for Arduino: C, C++

I advise you to start with HTML, CSS, and JavaScript if you simply want to learn programming without having any particular goals in mind just now. Then, depending on the field of programming you decide to specialize in, you can move on to choosing other programming languages after learning those.

ย