Python Features
Let's know about python features
There are a lot of features provided by python programming language.
- Easy to Use: Python is easy use and high level language.it is programmer-friendly language.
- Expressive Language: It is more expressive language because python code is easily understandable.
- Interpreted Language: It is an interpreted language.It interpreted a code line by line.
- Portable language: It is a portable language. because python run in any platform.
- Open Source: it is open source.freely available.
- Object-Oriented language: It supports object oriented language. Concept of classes and objects comes into existence.
- 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 your python code.
- Large Standard Library: Python has a large library.
- GUI Programming: Graphical user interfaces can be developed using Python.
- Integrated: It can be easily integrated with languages like C, C++, JAVA etc.