Which language should i take first i am a begginer so guys pls help me | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 12

Which language should i take first i am a begginer so guys pls help me

what should i take first

3rd May 2017, 5:56 PM
MAHENDAR SONI
MAHENDAR SONI - avatar
4 Answers
+ 2
On SoloLearn, try either HTML/Javascript or Python. Yet know that Python is an oddball when it comes to its differences of many languages here (mostly due to indentation). BIG NOTE: ALWAYS remember that some programming languages have their lists start counting from 1 to the list's length (Lua is an example) while many modern ones go from 0 to one below the list's length. 1 to the length: 0 length - do not try to loop through it. N length - loop until index is greater than N. 0 to one below the length. 0 length - some languages gracefully stop your loop from running. (Javascript: 'for (var i=0; i<list.length; ++i) {...}' ) N length - loop while index is less than N.
3rd May 2017, 8:03 PM
Katie (Ctrl-Alt-Cuteness)
Katie (Ctrl-Alt-Cuteness) - avatar
+ 18
Depends on what you plan to achieve with programming. Web development? Android app development? Desktop app development? Refer: https://www.sololearn.com/Discuss/295151/?ref=app
3rd May 2017, 6:16 PM
Hatsy Rei
Hatsy Rei - avatar
+ 2
if your goal is to be in web development then do HTML.. if you have some other goals, then do little research on your choice of language https://www.sololearn.com/Discuss/359776/advice-for-new-programmers
4th May 2017, 4:31 AM
Krishneel Nair
Krishneel Nair - avatar
0
I think the main is html
3rd May 2017, 6:52 PM
Cs_Balint