Python IDE download link
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 . Its language constructs and object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects. [27] Python Paradigm Multi-paradigm : functional , imperative , object-oriented , reflective Designed by Guido van Rossum Developer Python Software Foundation First appeared 1990 ; 30 years ago [1] Stable release 3.8.1 / 18 December 2019 ; 18 days ago [2] Preview release 3.9.0a2 / 18 December 2019 ; 18 days ago [3] Typing discipline Duck , dynamic , gradual (since 3.5) [4] License Python Software Foundation License Filename extensions .py, .pyi, .pyc, .pyd, .pyo (prior to 3.5), [5] .pyw, .pyz (since 3.5) [6] Website www .python .org Major implementations CPyt...