Education

Input & Output Devices

Some unique features of python


PYTHON


Some unique features of pythons


1.       Simple language : it is very easy in learning to comparatively than others languages. Example : java, C++, c etc. The syntax of Python language is very easy.

2.       Free and open-source :  Python is a free and open-source language because we use python in free for commercial used. We can also change the source of python.

3.       Portability : In Python program we can move the platform and run the program without any changes.  It can be run easily in any type of platform. Example of platform : windows, OS etc.

4.       Extensible and Embeddable : If any application needed high performance we can combined our python code to C and C++ language code pieces.

5.       High level – interpreted language : Python is a high level – interpreted language. In other languages memory management and garbage collection is not easy task for us. But in python it is very easy.

6.       Large standard libraries : In python present large standard libraries it’s help the programmer to write a program.

7.       Object oriented : Python is object oriented language. So, in python we can solve easily complex problems because we can dived complex problems into smaller sets like an object.



Comments