Why is Python programming the most simple and easier to understand program. Need help! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Why is Python programming the most simple and easier to understand program. Need help!

6th Nov 2016, 4:06 AM
Udoh Nse David
Udoh Nse David - avatar
2 Answers
+ 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.
6th Nov 2016, 9:21 AM
Pierre Varlez
Pierre Varlez - avatar
- 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..
16th Dec 2016, 1:02 AM
Willem MacDonald Dodds
Willem MacDonald Dodds - avatar