Difference between revisions of "Python"
(version 3.5.0) |
(Remove spam) |
||
(8 intermediate revisions by 5 users not shown) | |||
Line 3: | Line 3: | ||
|Short description=High-level programming and scripting language | |Short description=High-level programming and scripting language | ||
|Full description='''Python is an high-level programming and scripting language.''' | |Full description='''Python is an high-level programming and scripting language.''' | ||
+ | |||
+ | Some of its key distinguishing features include: clear, readable syntax; strong introspection capabilities; intuitive object orientation; natural expression of procedural code; full modularity, supporting hierarchical packages; exception-based error handling; and very high-level dynamic data types. | ||
|Homepage URL=https://www.python.org/ | |Homepage URL=https://www.python.org/ | ||
− | | | + | |Is High Priority Project=No |
|VCS checkout command=hg clone https://hg.python.org/cpython | |VCS checkout command=hg clone https://hg.python.org/cpython | ||
|Computer languages=C | |Computer languages=C | ||
− | |Documentation note= | + | |Documentation note=Online documentaion available at: https://www.python.org/doc/ https://mindmajix.com/python-tutorial |
− | |IRC development=irc:// | + | |Decommissioned or Obsolete=No |
− | |Related projects=Perl, Lua, AngelScript, Elpy | + | |IRC general=irc://chat.freenode.net/python |
+ | |IRC development=irc://chat.freenode.net/python-dev | ||
+ | |Related projects=Perl, Lua, AngelScript, Elpy, PyGTK, PyQt, wxPython | ||
|Keywords=programming, scripting, high-level | |Keywords=programming, scripting, high-level | ||
− | |Version identifier=3. | + | |Version identifier=3.6.0 |
− | |Version date= | + | |Version date=2016/12/23 |
|Version status=stable | |Version status=stable | ||
|Version download=https://www.python.org/downloads/ | |Version download=https://www.python.org/downloads/ | ||
− | |Last review by= | + | |Last review by=Bendikker |
− | |Last review date= | + | |Last review date=2018/04/13 |
− | |||
|Submitted date=2014/12/19 | |Submitted date=2014/12/19 | ||
− | | | + | |User level=advanced |
+ | |Accepts cryptocurrency donations=No | ||
+ | |Test entry=No | ||
|Is GNU=No | |Is GNU=No | ||
+ | |Decommissioned/Obsolete=No | ||
}} | }} | ||
{{Project license | {{Project license | ||
Line 30: | Line 36: | ||
|Real name=Guido van Rossum | |Real name=Guido van Rossum | ||
|Role=Original author | |Role=Original author | ||
− | |Resource URL= | + | }} |
+ | {{Resource | ||
+ | |Resource audience=Python (Ref) | ||
+ | |Resource URL=https://pypi.org/project/Python | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Ruby (Ref) | ||
+ | |Resource URL=https://rubygems.org/gems/python | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Debian (Ref) | ||
+ | |Resource URL=https://tracker.debian.org/pkg/python | ||
}} | }} | ||
{{Resource | {{Resource | ||
Line 38: | Line 55: | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | |Resource audience=User, developer | + | |Resource audience=User, developer |
|Resource kind=Bug Tracking | |Resource kind=Bug Tracking | ||
|Resource URL=https://bugs.python.org/ | |Resource URL=https://bugs.python.org/ | ||
Line 60: | Line 77: | ||
|Resource audience=Developer | |Resource audience=Developer | ||
|Resource kind=E-mail | |Resource kind=E-mail | ||
− | |Resource URL=python-dev@python.org | + | |Resource URL=mailto:python-dev@python.org |
}} | }} | ||
{{Resource | {{Resource |
Latest revision as of 15:11, 7 July 2020
Python
https://www.python.org/
High-level programming and scripting language
Python is an high-level programming and scripting language.
Some of its key distinguishing features include: clear, readable syntax; strong introspection capabilities; intuitive object orientation; natural expression of procedural code; full modularity, supporting hierarchical packages; exception-based error handling; and very high-level dynamic data types.
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Guido van Rossum | Original author |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Developer | Mailing List Subscribe | http://mail.python.org/mailman/listinfo/python-dev/ |
Ruby (Ref) | https://rubygems.org/gems/python | |
User, developer | Bug Tracking | https://bugs.python.org/ |
Developer | Homepage | https://www.python.org/dev/peps/ |
Developer | VCS Repository Webview | https://hg.python.org/cpython/ |
Debian (Ref) | https://tracker.debian.org/pkg/python | |
General | Mailing List Subscribe | https://mail.python.org/mailman/listinfo/python-list |
Python (Ref) | https://pypi.org/project/Python | |
General | Newsgroup | news://comp.lang.python |
Developer | mailto:python-dev@python.org |
Software prerequisites
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.