+ 10
why new programmer prefers python?
don't forget one like for this question.
8 Respuestas
+ 13
Python is pretty simple
what is better:
print("hello world ")
or
public static void main (String[]args){
System.out.println("hello world");
}
+ 5
New programmers prefer Python because it’s a relatively simple (depending on the learner, though). It’s also popular and rising in use. It is both client-side AND server-side which is very useful. It’s really a useful language with lots of possibilities.
+ 3
this is because it is simple and more logical also there is no drawing stuff making it more easy
+ 2
because it's the simplest machine language that can be easily understood by computer and humans
+ 2
What they said
+ 2
Guys check out my game 'guess the number'
+ 1
Beacause the learning curve is relative shorter than other classic programming languages.
+ 1
It has the easiest syntax to learn. Also I would suggest you to start learning the language you'll need for something. For ex. I want to make Android apps, thus I need to learn Java. Just start and continue improving in the language you NEED to do something. iOS Apps - go for Swift, Android - Java, Windows - C, C#, C++ etc.