+ 1

Which language is easy to learn code for beginner?

i didn't know anything about programming .

11th Dec 2016, 5:10 PM
Sykes
Sykes - avatar
8 Answers
+ 3
out of these 4 html
11th Dec 2016, 5:17 PM
manish rawat
manish rawat - avatar
+ 3
You could start with C or C++ (or maybe python) to get a good idea how programming works generally and then other languages will seem easier. For making websites you should probably start with html as its the easiest.(then move on to css) Other than this app another good website for learning is codecademy.com, try it. :)
11th Dec 2016, 5:26 PM
Faisal Khan
Faisal Khan - avatar
+ 2
I would recommend c HTML or java
13th Dec 2016, 7:16 PM
smartguy100
smartguy100 - avatar
0
u mean...
11th Dec 2016, 5:18 PM
Sykes
Sykes - avatar
0
If you want to learn a systems language (one used for applications like games and mobile apps) I would recommend Python. It can be used as a systems language while having the simplicity of a scripting one. Plus it enforces good formatting practices. If you want to make websites, then I would go with something like Javascript and PHP. Even if only because those are really the only two languages used for that domain.
21st Dec 2016, 9:56 AM
Thomas Stone
Thomas Stone - avatar
0
Also, all the people recommending HTML. HTML is a markup language. It has absolutely nothing to do with programming. Unless you want to learn web dev, don't bother with it.
21st Dec 2016, 9:58 AM
Thomas Stone
Thomas Stone - avatar