Skip to main content
5 answers
5
Asked 928 views

What is the best coding language to learn as a computer programmer?

If you have to learn multiple different types of coding languages, what would be the best one to learn that would help you to learn other languages a lot easier.

+25 Karma if successful
From: You
To: Friend
Subject: Career question for you

5

5 answers


0
Updated
Share a link to this answer
Share a link to this answer

Aaron’s Answer

I think it's important to find a language that you like that will expose you to many different programming elements. Take Python, for example. It's a good language with a simple syntax that can help you learn software development principles. Some not-so-great things about it will also help you learn. You will get to learn the limitation of an interpreted language and use that as a stepping stone toward another language that solves those limitations.

I think much like a first car, you may want a Lamborghini, but you will learn more from a used Civic. It can be fun, get you where you need to go, and will show you the not-so-great parts of car ownership.

Aaron recommends the following next steps:

Look into a langauge like python and don't get fixated on syntax
Push the limits of it and see what you should learn next
0
0
Updated
Share a link to this answer
Share a link to this answer

Sakil’s Answer

It is important to choose a career path while in college, and choosing a career path based on one's interests is always a good choice. If you have an opportunity in the area of artificial intelligence, specifically in data science, I would advise you to learn Python. If you want to work in the software industry as a Java developer, Java is a highly recommended programming language.

Regardless, the concept of creating any solution to a specific problem remains the same, only the syntax of the programming language differs from one programming language to the next. Problem solving ability is crucial, and it may be developed through exercising and dealing with a variety of problems.

Many online coding platforms are available, including geeksforgeeks, leetcode, codechef, hackerrank, and hackerearth. You can practice and learn by following any of these platforms.
0
0
Updated
Share a link to this answer
Share a link to this answer

Christian’s Answer

I think there is no language that would help you learn another language.
I would recommend one you are comfortable with, or that you think is interesting or is trending.
Over your career, you will learn a lot of languages so what is the most important to learn besides that language is software architecture and develop your problem-solving skills.
As a personal recommendation, I would say JavaScript and HTML.
0
0
Updated
Share a link to this answer
Share a link to this answer

Michael’s Answer

Here's an excellent resource to answer your question. The first one on the list, JavaScript, is a very good starting point that's easy to learn. https://bootcamp.berkeley.edu/blog/most-in-demand-programming-languages/
0
0
Updated
Share a link to this answer
Share a link to this answer

Lindsey’s Answer

Python is often recommended as a good first language to learn because of its readability and straightforward syntax. It is a flexible language used in many different fields, including web development, data analysis, artificial intelligence, and more.

Once you have a grasp of Python, it can be easier to learn other languages because you've already learned key programming concepts such as variables, control structures, data types, and functions.

Remember that the "best" language can depend on what you want to do. For example, if you're interested in web development, JavaScript might be a good choice. If you're into systems programming, you might want to learn C or C++.

Ultimately, learning how to learn a programming language is a valuable skill. Once you become comfortable with one language, you'll find it easier to pick up new ones as needed.
0