Python Features Of Python
Features of Python
The Python implementation is under an open source license that makes it freely usable and distributable, even for commercial use.
Python is a high level language which is interpreted by a python interpreter.
Python is cross platform compatible :
Python can be executed on all major platforms like Windows, Linux/Unix, OS/2, Mac and others.
Python is Object-Oriented :
In Python we encapsulate data within the objects as it supports the object oriented style of programming.
Python is a great choice for new learners :
Python is easy to learn and follows a simple syntax, so it is good choice for beginner programmers. Python also supports wide range of application development.
Python has a large range of libraries and built in functions which helps in easy and rapid development of applications.
Python provides user a command prompt where one can interact directly with interpreter to write programs.
Python provides interfaces required to connect to all major databases like Oracle, MySQL, PostgreSQL and others.