+ 1
Why is Python programming the most simple and easier to understand program. Need help!
2 Antworten
+ 1
The syntax makes it easy to read : you can't have a code that is badly indented as it would mess up your program.
Keyword are very verbosed: you use "and" and "or" instead of "&&" and "||".
Dynamic typing makes it easy to create variables (you don't have to think if your variable has to be a short, an int or a long, it does it itself).
You have modules for pretty much everything, which means if you try to do something specific, there is a good chance someone have already written a library that allows you to do it.
- 1
in py theres syntax removed where simply a new line of arguments is started but in other languages each argument line in i think c ++ would need to terminate in ; but not in python just press enter, and if you forget your ; in c++ have fun fixing it.. also it thus uses less bytes which means the computer runs it faster, anyone agree? i dont recall other examples but theyre there..