Difference between revisions of "Python"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) |
PeterHarding (talk | contribs) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
== Information == | == Information == | ||
Object Oriented scripting language, named by its developer, Guido van Rossum, after the Monty Python movies. | [https://en.wikipedia.org/wiki/Python_(programming_language) Python] is an Object Oriented scripting language, named by its developer, Guido van Rossum, after the Monty Python movies. | ||
Also see [http://www.python.org/ Python] web site. | |||
== Related Links == | == Related Links == | ||
* https://www.python.org/ | |||
* https://twitter.com/ThePSF | |||
* https://en.wikipedia.org/wiki/Python_(programming_language) | |||
* https://en.wikipedia.org/wiki/CPython | |||
* https://github.com/python/cpython | |||
* https://stackoverflow.com/questions/17130975/python-vs-cpython | |||
* https://realpython.com/products/cpython-internals-book/ | |||
* https://realpython.com/ | |||
* [[ActiveState]] | * [[ActiveState]] | ||
[[Jython]] is a [[Java]] based implementation of Python. | [[Jython]] is a [[Java]] based implementation of Python. | ||
Line 25: | Line 33: | ||
== References == | == References == | ||
* [http://wiki.python.org/] | * [http://wiki.python.org/ Python Wiki] | ||
* https://www.python.org/dev/peps/ | |||
[[Category:SOFTWARE]] | [[Category:SOFTWARE]] | ||
[[Category: | [[Category:OpenSource]] | ||
[[Category: | [[Category:Scripting Language]] | ||
[[Category:Python]] |
Latest revision as of 10:25, 15 April 2021
Full Name
Information
Python is an Object Oriented scripting language, named by its developer, Guido van Rossum, after the Monty Python movies.
Also see Python web site.
Related Links
- https://www.python.org/
- https://twitter.com/ThePSF
- https://en.wikipedia.org/wiki/Python_(programming_language)
- https://en.wikipedia.org/wiki/CPython
- https://github.com/python/cpython
- https://stackoverflow.com/questions/17130975/python-vs-cpython
- https://realpython.com/products/cpython-internals-book/
- https://realpython.com/
- ActiveState
Jython is a Java based implementation of Python.