arrow_upward
What language should I start with?
#1
I want to learn how to program.  What language would be the most useful to start with?



[+] 2 users Like Retox445's post
#2
If it's just for general use, python is probably the most easily applicable.



[+] 1 user Likes throwaway24609's post
#3
python definitely more easier than c and other languages.



[+] 1 user Likes Rusf11's post
#4
Quote: I want to learn how to program. What language would be the most useful to start with?
English. All the syntax is based on it.



#5
I think Python is a good choice. It is not hard core programming syntax wise, but it teaches you a lot of core concepts and has huge resources available.



#6
Definitely Python.
Once you get to intermediate level, try system level languages like Rust.



#7
Started myself with html and javascript, but after learning python i can definetely agree with all of the above Smile



#8
Quote:English. All the syntax is based on it.

Haha, the got'em answer. These threads are so prevalent, and recycled. :/



#9
Python is probably the best language to begin with. Then maybe move on to java.



#10
^ if you know Python, you don't want to learn Java.



#11
It depends what you want to do. If you want to make android apps, learn kotlin, ios apps learn swift. For just general learning I'd recomend python. Though C++ or C# would also bee good places to start.



#12
It really depends on you, back end or/and front end, i use c# but python is great to initate if you go for front end you can learn html,css and then javascript, this 3 pretty much go together



#13
As some stated, it really depends on what you wish to build. I would start from there.



#14
Python is the way to go buddy



#15
It really does depend on what you want to program for and thus more detail is needed for a proper answer to this question.



#16
Python is probably the easiest language to understand syntactically, I think if you are looking to getting a career in software development starting with web development (HTML, CSS, JavaScript, and eventually React and the MERN stack) would be a good option because many entry level positions are front end developers, so it's definitely a good skill to learn to get some experience to start off.



#17
Can anyone recommend any Python content/learning materials?



#18
python is a good one



#19
Best method is to determine what you want to do with your programming skills, then find out what programming languages are used for that type of work. But if you just want to learn, it doesn't really matter what you start with, you can always jump around to other languages later.



#20
Any language.