+ 1
What is the easiest language of code to learn?
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
+ 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 👍
+ 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
👍
+ 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.
+ 2
Python is a simple and easy start point.
+ 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.
+ 2
@vlad
Check this out
https://html.com/
+ 1
Well, Python and Ruby are considered to be "easy" for beginners, because it's close to human language (English).
+ 1
C++
+ 1
C++ gives the the run around what most programming languages are like
+ 1
I would say python
+ 1
For me it's JavaScript. but you would need some HTML basics to understand it better.
HTML is not difficult to understand.
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.
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.
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.
0
Language of code is different from programming language 😎