Python provides lots of features that are listed below.
Python is easy to learn and use. It is developer-friendly and high level programming language.
Python language is more expressive means that it is more understandable and readable.
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.
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.
Python language is freely available at offical web address.The source-code is also available. Therefore it is open source.
Python supports object oriented language and concepts of classes and objects come into existence.
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.
Python has a large and broad library and prvides rich set of module and functions for rapid application development.
Graphical user interfaces can be developed using Python.
It can be easily integrated with languages like C, C++, JAVA etc.