1. Easy to use: Python is very easy to use. Because it is one
of the high level language. User can easily understand the high level language.
2. Integrated: Python can be easily integrated with other
languages like C, CPP, JAVA etc.
3. GUI Programming: Graphical user interfaces can be developed
using python.
4. Portable: Python code run on different platforms like
Linux, Unix, Windows etc.
5. Open Source: Python language is freely available. Because
it is an open source.
6. Interpreted Language: Python is an interpreted language i.e
interpreter executes the code line by line at a time.
7. Expressive language: Python language code is easy to understand.
8. Exception Handling: Python provides exception handling mechanisms to handle the exceptions.
9. Object Oriented: Python is one of the object oriented programming language which simplifies the software development and maintenance.
The main features of object oriented are
1. Inheritance
2. Polymorphism
3. Encapsulation
4. Abstraction
Comments
Post a Comment