Python features:
1) Easy to Learn and
Use
- easy to learn, use, developer-friendly and high-level programming language.
2) Expressive
Language-
more expressive means that it is more understandable and readable
3) Interpreted
Language
- 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-
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
- freely available at official web address. The source-code
is also available. Therefore, it is open source.
6) Object-Oriented
Language
- 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
- a large and broad library and provides rich set of module and functions for
rapid application development.
9) GUI Programming
Support.
10) It can be easily
integrated with languages like C, C++, JAVA etc.
No comments:
Post a Comment