What is the easiest language of code to learn? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the easiest language of code to learn?

12th Feb 2018, 8:30 PM
Chase Hudkins
16 Answers
+ 3
They say it is python or ruby. I havent really gotten into either. For me it is Javascript or c#. I think its easier if you just work with it. I dont have any use for python or ruby, so for me those seem harder xD
12th Feb 2018, 8:39 PM
DeKar
DeKar - avatar
+ 6
Also regarding starting with js , finishing html and basic CSS will be very helpful before js, they are not a programming language but they are something u ll need to memorize. html is just tags and attributes, u need to remember CSS is just attribute : value pair , that u need to remember for designs they are fun to play with , good luck 👍
13th Feb 2018, 3:01 AM
Morpheus
Morpheus - avatar
+ 4
I ve seen few languages but u know what I really wish that I would have started with JavaScript , it's so much fun seeing cool results( graphics based codes) with only little codes on ur browser. to do the same u d have to go great lengths in other languages, that's why it's fun to start with JavaScript which is very important , so u ll not get bored and quit. moreover u can make full frontend and backend of websites only with JavaScript (MEAN STACK aint that awesome), but that's not just it, u can make mobile apps too using JavaScript and few frameworks , and cross platform apps too ( desktop , phone, tablet etc) now to add to the top of it, js is rapidly undergoing transition from a simple scripting language to fullfledge programming language, so u ll have lots of job options in it.( undoubtedly in professional world u ll need to learn other languages too, but start with js) there are thousands and thousands of cool packages on npm, to do a thing that would take u days on yourself, so saving time and resources. I ll not get into few disadvantages , coz they are urs to discover if u try to go deep 👍
13th Feb 2018, 2:50 AM
Morpheus
Morpheus - avatar
+ 3
You first take a decision what you want to do with a program,then try to understand which program would be better for that. Syntax of all Programming language more or less same,each Program has it's own style. After learning a program, it's easy for you to understand and learn other programming languages. ➡️Ruby and Python do same works but Python can do more than Ruby.Python is latest,precise and simple. C++ for video,audio or social media management,C# is a language of Microsoft.
12th Feb 2018, 8:37 PM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar
+ 2
Python is a simple and easy start point.
12th Feb 2018, 8:39 PM
Vlad Serbu
Vlad Serbu - avatar
+ 2
Python. In comparison with other languages, I think that Ruby has a weird syntax. So Python is more powerful and more difficult languages might me more accessible then.
12th Feb 2018, 10:35 PM
Chris
Chris - avatar
+ 2
@vlad Check this out https://html.com/
12th Feb 2018, 11:07 PM
Tito Nogueira
Tito Nogueira - avatar
+ 1
Well, Python and Ruby are considered to be "easy" for beginners, because it's close to human language (English).
12th Feb 2018, 8:41 PM
SQL Guy
+ 1
C++
12th Feb 2018, 8:50 PM
The Kid
The Kid - avatar
+ 1
C++ gives the the run around what most programming languages are like
12th Feb 2018, 8:51 PM
The Kid
The Kid - avatar
+ 1
I would say python
12th Feb 2018, 10:09 PM
Jax
Jax - avatar
+ 1
For me it's JavaScript. but you would need some HTML basics to understand it better. HTML is not difficult to understand.
13th Feb 2018, 12:43 AM
Jonathan Pizarra (JS Challenger)
Jonathan Pizarra (JS Challenger) - avatar
0
Html = Hypertext Markup Language. You learn what the labels and their attributes are. You do not need a debugger or complex algorithms that cause headaches.
12th Feb 2018, 9:05 PM
Tito Nogueira
Tito Nogueira - avatar
0
@Tito But HTML isn't a programming language. It doesn't teach you anything about programming. In fact, if you were to learn any programming language (with the possible exception of Javascript or PHP), knowing HTML might to much more harm then good.
12th Feb 2018, 9:49 PM
Vlad Serbu
Vlad Serbu - avatar
0
@Tito Nowhere there does it state that html is a programming language. Html can not be used, for example, to calculate the longest increasing subsequence of a given array. It gives new coders a totally warped view of what programming is.
13th Feb 2018, 4:45 AM
Vlad Serbu
Vlad Serbu - avatar
0
Language of code is different from programming language 😎
13th Feb 2018, 5:00 AM
Tito Nogueira
Tito Nogueira - avatar