+ 1
Which language is easy to learn code for beginner?
i didn't know anything about programming .
8 Answers
+ 3
out of these 4 html
+ 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. :)
+ 2
I would recommend c HTML or java
0
u mean...
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.
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.