
Python is a dynamic, high position, free open source and interpreted programming language. It supports object- acquainted programming as well as procedural acquainted programming. Python ranks among the most popular and swift- growing languages in the world. Python is a important, flexible, and easy-to- use language. In addition, the community is veritably active there. It's used in numerous associations as it supports multiple programming paradigms. It also performs automatic memory operation.
Free
Python is a free, open- source programming language that's available for everyone to use. It also has a huge and growing ecosystem with a variety of open- source packages and libraries. If you would like to download and install Python on your computer you can do it for free atpython.org. Python — the standard for the programming language, and C Python — the reference perpetration of said standard, are certified under PSFL, a license compatible with free software licenses like GPL, (it is actually more permissive than GPL).
Extensible
Python can be extended to other languages which make it extensible language. This point allows you to write some of the Python canons ion other languages C or Java.
Embeddable
In the below point extensible we got to know that other languages law can be used in Python source law. Now, Embeddable means we can also put our Python code in dissimilar languages source law, like C. This enables the druggies to coordinate scripting capabilities into the programme of other languages.
Large Standard Library
Python has a large library inbuilt that can be used while you're rendering a programme so that you do not have to write your own code for every single thing. In Python, the library implies a gathering of modules where you'll detect all kind of stuff. Modules are records, much the same as books which contain functions that should be imported in your program. For illustration, on the off chance that you need to take a stab at individuality differently for the plates you can go to and check the Python Imaging Library. The Pygame of the Pyglet libraries can be employed if you want to make a game. However, you have a SciPy library, If you're among the enthusiastic wisdom suckers.
GUI
Python offers colourful toolkits, similar as Tkinter, wxPython and JPython, which allows for GUI's easy and fast development.