+ 11
Which is the easiest programming language for beginners?
15 odpowiedzi
+ 19
Javascript. Tons of tutorials, courses, books. And all you need is a browser and a text editor.
+ 12
Thank you all!
=D
+ 9
I think Python is the easiest programming language for beginners. Html and CSS are markup languages.
+ 6
thanks
+ 6
Thank you
+ 5
C/C++ can be good to understand a lot of basic computer science principles but Python has less mumbo-jumbo for a starter. Consider which is easier if you were a complete beginner:
print("Hello World!)
or
#include <iostream>
using namespace std;
int main (){
cout<<"Hello World!"<<endl;
return 0;
}
+ 3
I started with C++ because a friend told me it was the easiest, but then i started Python 3 and i founded the easiest to understand... Good Luck!
+ 3
C is the basic language.Every beginner should start from C. Then u can learn any language
+ 3
Yes, Thanks, I started with Jave but struggled a bit on understanding
+ 2
+ 2
hello Word! i'm begginner and study HTML, python and English
+ 2
visual basic is also very easy.
+ 2
I think ruby programming is easiest for beginners.
+ 1
html and css
+ 1
I think it depends a bit on the type of information you want to use, because there are languages or environments dedicated to a certain type of work