Python Programming Language: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
m (Text replacement - "\. \s+([A-Z][a-z][a-z])" to ". $1")
m (Text replacement - "]] system " to " system]] ")
Line 33: Line 33:
=== 2018 ===
=== 2018 ===
* (Wikipedia, 2018) ⇒ https://en.wikipedia.org/wiki/Python_(programming_language) Retrieved:2018-3-18.
* (Wikipedia, 2018) ⇒ https://en.wikipedia.org/wiki/Python_(programming_language) Retrieved:2018-3-18.
** '''Python''' is an [[interpreted language|interpreted]] [[high-level programming language]] for [[general-purpose programming language|general-purpose programming]]. Created by [[Guido van Rossum]] and first released in 1991, Python has a design philosophy that emphasizes [[code readability]], and a [[syntax (programming languages)|syntax]] that allows programmers to express concepts in fewer [[source lines of code|lines of code]],  notably using significant [[whitespace]]. It provides constructs that enable clear programming on both small and large scales.  Python features a [[dynamic type]] system and automatic [[memory management]]. It supports multiple [[programming paradigm]]s, including [[object-oriented programming|object-oriented]], [[imperative programming|imperative]], [[functional programming|functional]] and [[procedural programming|procedural]], and has a large and comprehensive [[standard library]]. Python interpreters are available for many [[operating system]]s. [[CPython]], the [[reference implementation]] of Python, is [[open source]] software <ref> "All Python releases are Open Source" </ref> and has a community-based development model, as do nearly all of its variant implementations. CPython is managed by the non-profit [[Python Software Foundation]].
** '''Python''' is an [[interpreted language|interpreted]] [[high-level programming language]] for [[general-purpose programming language|general-purpose programming]]. Created by [[Guido van Rossum]] and first released in 1991, Python has a design philosophy that emphasizes [[code readability]], and a [[syntax (programming languages)|syntax]] that allows programmers to express concepts in fewer [[source lines of code|lines of code]],  notably using significant [[whitespace]]. It provides constructs that enable clear programming on both small and large scales.  Python features a [[dynamic type system]] and automatic [[memory management]]. It supports multiple [[programming paradigm]]s, including [[object-oriented programming|object-oriented]], [[imperative programming|imperative]], [[functional programming|functional]] and [[procedural programming|procedural]], and has a large and comprehensive [[standard library]]. Python interpreters are available for many [[operating system]]s. [[CPython]], the [[reference implementation]] of Python, is [[open source]] software <ref> "All Python releases are Open Source" </ref> and has a community-based development model, as do nearly all of its variant implementations. CPython is managed by the non-profit [[Python Software Foundation]].
<references/>
<references/>



Revision as of 17:38, 22 March 2023

A Python Programming Language is a general-purpose, high-level dynamic programming language managed by the Python Software Foundation.



References

2018

  1. "All Python releases are Open Source"

2015

2009

  • http://www.python.org/
    • Python is a dynamic object-oriented programming language that can be used for many kinds of software development. It offers strong support for integration with other languages and tools, comes with extensive standard libraries, and can be learned in a few days. Many Python programmers report substantial productivity gains and feel the language encourages the development of higher quality, more maintainable code.
    • Python runs on Windows, Linux/Unix, Mac OS X, OS/2, Amiga, Palm Handhelds, and Nokia mobile phones. Python has also been ported to the Java and .NET virtual machines.
    • Python is distributed under an OSI-approved open source license that makes it free to use, even for commercial products.