0
Best programming language!
What is the best programming language for begginer and why?
6 Réponses
+ 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 ______
+ 1
well, i was suggested to learn pascal as beginner, but that is not on here... i must then suggest C++, or Python.
0
Go with Python. It is easier and you won't need to learn too much commands that have lots of lines.
- 1
C++ is a fine language, and is on my short list of things to learn, but it is not really optimal for beginner