High-level programming language
Description
Python is an interpreted, high-level, general-purpose programming language. Created by Guido van Rossum and first released in 1991, Python's design philosophy emphasizes code readability with its notable use of significant whitespace. Wikipedia
Typing discipline: Duck, dynamic, gradual (since 3.5)
Stable release: 3.8.2 / 24 February 2020; 25 days ago
Preview release: 3.9.0a4 / 26 February 2020; 23 days ago
Designed by: Guido van Rossum
Filename extensions: .py,.pyi,.pyc,.pyd,.pyo (prior to 3.5),.pyw,.pyz (since 3.5)
Paradigm: Multi-paradigm: functional, imperative, object-oriented, reflective