Python(Features)#3


Python’s features include:
Sample & Easy to learn: Python is a simple and minimalistic language. Reading a good Python program feels almost like reading English. It allows you to concentrate on the solution to the problem rather than the syntax. Python has few keywords, simple structure, and a clearly defined syntax. This allows the student to pick up the language quickly.

Free and Open Source: Python is an example of a FLOSS (Free/Libre and Open Source Software). In simple terms, you can freely distribute copies of this software, read the software’s source code, make changes to it, use pieces of it in new free programs, and that you know you can do these things.

Portable: Due to its open-source nature, Python has been ported to many many platforms.All your Python programs will work on any of these platforms without requiring any changes at all. However, you must be careful enough to avoid any system-dependent features.

Embeddable : You can embed Python within your C/C++ program to give scripting capabilities for your program’s users.

Extendable : You can add low-level modules to the Python interpreter.

Databases Interface:Python provide interface to all the major databases.

Python support automatic garbage collection.

It supports functional and structured programming methods as well as OOP.

Leave a comment

Design a site like this with WordPress.com
Get started