Briefly explain the salient features of python.
Answers
Explanation:
Features
Python provides lots of features that are listed below.
1) Easy to Learn and Use
Python is easy to learn and use. It is developer-friendly and high level programming language.
2) Expressive Language
Python language is more expressive means that it is more understandable and readable.
3) Interpreted Language
Python is an interpreted language i.e. interpreter executes the code line by line at a time. This makes debugging easy and thus suitable for beginners.
4) Cross-platform Language
Python can run equally on different platforms such as Windows, Linux, Unix and Macintosh etc. So, we can say that Python is a portable language.
5) Free and Open Source
Python language is freely available at offical web address.The source-code is also available. Therefore it is open source.
6) Object-Oriented Language
Python supports object oriented language and concepts of classes and objects come into existence.
7) Extensible
It implies that other languages such as C/C++ can be used to compile the code and thus it can be used further in our python code.
8) Large Standard Library
Python has a large and broad library and prvides rich set of module and functions for rapid application development.
9) GUI Programming Support
Graphical user interfaces can be developed using Python.
10) Integrated
It can be easily integrated with languages like C, C++, JAVA etc.
The Salient Features Of Python:
- It Is Very Simple & Easy : Python is a very simple language & very easy to learn for beginners.
- It is Free and open source: Everybody can use python without having to purchase a license.
- It is a High level language : When a person is coding in Python he does not need not worry about low-level details.
- They are Portable : These codes of the Python language are Machine & platform independent.
- Also Extensible: Python program even supports usage of other languages like C/ C + + codes.
- It Is An Embeddable Language : Python code can be embedded within C/C+ + codes & can be used a scripting language.
- Standard Library Of Python : The standard library of Python contains pre written tools for programming.
- There is Built-in Data Structure : This contains lots of data structure which includes things like lists, numbers and dictionaries.