Best programming language! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Best programming language!

What is the best programming language for begginer and why?

3rd Apr 2017, 11:31 PM
Xerx.
Xerx. - avatar
6 Answers
+ 1
Python- name=input("Enter your name") print(name) Java- Scanner scan = new Scanner(System.in); System.out.println("Enter your name"); name=scan.nextLine(); System.out.println(name); ^This is a small example why Python is suggested for beginners. Both of those codes do the same thing. Take a name and print it to the screen. Programming languages use the same principles. Python is the easiest to read and understand (in my opinion) which makes it an excellent language to learn the basics. After that, then you can decide what language will serve your needs as there is no "best" language, but there is a best language for ______
4th Apr 2017, 12:01 AM
LordHill
LordHill - avatar
4th Apr 2017, 12:29 AM
Hatsy Rei
Hatsy Rei - avatar
+ 1
well, i was suggested to learn pascal as beginner, but that is not on here... i must then suggest C++, or Python.
4th Apr 2017, 3:10 AM
saiac smith
saiac smith - avatar
0
Go with Python. It is easier and you won't need to learn too much commands that have lots of lines.
3rd Apr 2017, 11:40 PM
Felipe Silva
Felipe Silva - avatar
- 1
C++ is a fine language, and is on my short list of things to learn, but it is not really optimal for beginner
4th Apr 2017, 12:36 AM
LordHill
LordHill - avatar