Features of Paython
Features of Python
Python is one of the most dynamic and versatile programming languages available in the industry today. Since its inception in the 1990s, Python has become hugely popular and even today there are thousands who are learning this Object-Oriented Programming language. Python is an Object-Oriented, Open Source, Large Standard Library, Easy to Code, High Level language, Interpreted, dynamic and Multipurpose Programming Language. There are a lot of features provided by python programming language. Some features of python are given below;
- Easy to Use
- High Level Language
- Expressive Language
- Interpreted
- Platform Independent
- Open Source
- Object-Oriented language
- Huge Standard Library
- GUI Programming
- Integrated
Easy to Use
It is very easy to use, we can also say python is programmer-friendly language.
High Level Language
Python is high level programming language.
Expressive Language
Python language is more expressive. The sense of expressive is the code is easily understandable.
Interpreted
Python code is interpreted by interpreter line by line at a time.
Platform Independent
It is platform independent programming language, its code easily run on any platform such as Windows, Linux, Unix , Macintosh etc. Thus, Python is a portable language.
Open Source
It is open source so you can freely download and use. Python language is freely available(www.python.org).
Object-Oriented language
It is Object-Oriented programming language. It follow object and class concept.
GUI Programming
You can design Graphical user interfaces using Python.