Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
22 views

Python Is A Dynamic, High Level, Free Open Source and Interpreted Programming Language. It Supports

Python is a dynamic, high-level, interpreted, and open source programming language that supports both object-oriented and procedural programming. It is easy to learn and use, has an expressive syntax, and is cross-platform. Python also has a large standard library, supports GUI programming, and can be integrated with other languages. Key features include being free, extensible, and having support for object-oriented concepts.

Uploaded by

svt
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views

Python Is A Dynamic, High Level, Free Open Source and Interpreted Programming Language. It Supports

Python is a dynamic, high-level, interpreted, and open source programming language that supports both object-oriented and procedural programming. It is easy to learn and use, has an expressive syntax, and is cross-platform. Python also has a large standard library, supports GUI programming, and can be integrated with other languages. Key features include being free, extensible, and having support for object-oriented concepts.

Uploaded by

svt
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Python Features

Python is a dynamic, high level, free open source and interpreted programming language. It supports
object-oriented programming as well as procedural oriented programming.
In Python, we don’t need to declare the type of variable because it is a dynamic typed language.

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.

You might also like