py
Py is a commonly used shorthand for Python, the high-level, general-purpose programming language created by Guido van Rossum and first released in 1991. The name Py is used in informal contexts and in some project names, but it does not denote a separate language. Python emphasizes readability, simplicity, and explicitness, and it follows a philosophy of offering batteries-included standard libraries.
Python is dynamically typed and interpreted, with automatic memory management. It supports procedural, object-oriented, and functional
Implementations: CPython is the reference implementation in C and the most widely used. Other implementations include
Applications: Python is used in web development (Django, Flask), data science (NumPy, pandas, scikit-learn), automation and
History and governance: Python was created in the late 1980s and released in 1991. The transition from