+ 5
Which code is the easiest?
Well, I am now learning Java. Or should I learn for a beginner another, Plz tell me your suggestions. thx
11 Réponses
+ 8
Python is an easier language for novice programmers to learn. You will progress faster if you are learning Python as a first language than Java. However, the popularity of Java means that learning this powerful language is essential if you want your apps run everywhere.
+ 8
I recommend you to learn first: HTML, CSS and JavaScript... and Python also. These are the easiest languages that you can learn as a beginner in coding. This listed languages will help you to understand more easily how programming works. (My opinion from my experience) ☺
+ 8
HTML>Ruby>Python
+ 4
you learn one language and understand all the dynamics and then it becomes easy to understand the concept of all other languages to follow
+ 4
Kotlin
+ 3
class Test
{
public static void main(String[ ] args)
{
String a="Hello world ^_^";
System.out.println(a);
}
}
+ 2
class Test {
public static void main(String[ ] args) {
System.out.println("Hello World ^_^");
}
}
+ 1
I can't to that :( what's the answer ?
0
php. it's really easy.
0
PHP
0
i recommend you to learn first html, css and javascript. then you should go with pythln and then java