+ 4
People have found python as easier than any language. Why?
3 Respuestas
+ 1
Syntax is simple, and it requires far less code than other languages.
+ 1
It is quite like writing in english
there are a lot of tutorials
it has the interpreter to work in a fast way to see if your code is right
it has so many modules easy to install to do anything
you will discover it, using it
0
People find Python easier for lots of reasons. For example:
-It’s easy to read and understand
-It’s a high-level programming language but simplified (comparable to big languages like Java and C#)
-You can make progress quickly with this language while some languages, it takes awhile to learn to then be able to make something on your own
-There’s large communities behind Python which is great for when you have trouble, you can ask and get good explanations which makes it really easy to find out what and how everything works
-It’s simple to make fixes to it (Python console tells you what’s wrong and where. Very helpful)
That’s my take on it.