+ 1
What language should I start with if i want to learn programming
10 Answers
+ 5
Python is a common choice for general programming.
+ 3
Depends.
What do you want to do with programming?
+ 2
Learn accordingly to what you target.
Learn few well and you will understand every programming language. We can't really tell you which to choose. Everyone finds useful something else.
From my experience:
Python is really good for small scripts. I would not suggest staying at it forever, because you will not learn how to structure big things.
Lua is simpler python. Used mostly in game scripting. Not very useful.
C++ is really good for big applications. It's beautifull for advanced coders, but horrible for anyone else.
Java feels like less explicit c++.
It's not that hard, but it is still very powerfull language.
C# is absolutly beautiful and beginer friendly. Actually if you target windows only, this is the best starting point for desktop programming. It's basically nicer but less portable java.
C is close to hardware but not as bloated as c++. It's starting point to c++. Expect lots of segfaults.
If you want to do web, learn html/css/javascript.
+ 2
As u r the beginner..I suggest u go with Python. you'll love it because of it's simple syntax and easy language
+ 1
basic C
+ 1
At least C or pytha .
0
C#
One of the easiest programming language
0
Maximum people will suggest Python.
0
Iâm also new and Iâm doing Python and Javascript tutorials together. Easier languages and very similar. good to learn in parallel to grasp the similar concepts. working for me. Good luck!