+ 3
Which language is best to study first as a beginner
As a beginner what is the best way to study
12 Answers
+ 15
It depends on what you want to develop.
This code may help you âș
https://code.sololearn.com/Wukw9beaMo55/?ref=app
+ 8
You are welcome Stern Gh âș
+ 5
Read on control & data structures if you're intention is to go into information sciences
+ 4
Thanks
+ 3
Read about Algorithms as well. Codes do not come with why it's coded in a certain way..
+ 3
"Python" you guys ever use any other languages?
+ 2
english))
+ 2
In my opinion you should start with C .
+ 1
I think you should start with python if you just want to check out coding, if you want to study computer science, go with C, and if you want to do something specific, theres sites that ask you questions on what youre looking for, then it tells you what language you should choose
+ 1
to learn the most fundamental concepts of programming I recommend Python3 then after that you can try a harder language like c++ and just learn the new syntax being used because the logic is the essentially the same
+ 1
If you learn C or C++(better) then you easily will learn: Java, C# and Javascript because they are all "C-Style" syntax and have same constructs of: if-else, for loops, while loops, do-while loops, switch-case and so on
0
Ruby or Python