PYTHON

 

·         Readability

 

Python code indentation is the main factor which supports the readability of the code. Also, reading and understanding the code written in phyton is simple task since it uses familiar datatypes such as variables, numerical iterable constructs and hash iterable constructs. Furthermore, Python is

highly structured language. By considering all these we can come to a conclusion saying Python is a simple programming language with a higher level of readability.

 

·         Writability

 

Python is an expressive language which allows the develop to write a huge set of instruction in few code lines and which make the development process faster. Also, Python supports abstraction, which allows to implement large functions, allows inheritance by the subclasses. By considering all these we can say that Python is a writable programming language.

 

·         Reliability

 

Python allows exception handling, which allows to handle or throw exception when ever required and it will stop the program from producing false output. Also. Python supports functions aliasing which allows the developer to assign new names for old functions. Furthermore, Python supports type checking, which allows both static and dynamic type checking. By considering all these it can be proven that Python is a reliable language.

Comments