Python was developed by Guido van Rossum in the late eighties and early nineties at the National Research Institute for Mathematics and Computer Science in the Netherlands. 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.
1. Easy-to-learn- Python has few keywords, simple structure, and a clearly defined syntax. This allows the student to pick up the language quickly. 2. Easy-to-read- Python code is more clearly defined and visible to the eyes. 3. Easy-to-maintain- Python's source code is fairly easy to maintain. 4. A broad standard library-Python's bulk of the library is very portable and cross-platform compatible on UNIX, Windows, and Macintosh. 5. Portable- Python can run on a wide variety of hardware platforms and has the same interface on all platforms.