Difference between revisions of "Python"
(While part of python is indeed in python (in Lib/) the core is written in C) |
|||
(7 intermediate revisions by 4 users not shown) | |||
Line 6: | Line 6: | ||
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. | 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/ | ||
− | |Version download=https://www.python.org/ | + | |Version download=https://www.python.org/ftp/python/3.12.4/Python-3.12.4.tgz |
|Is High Priority Project=No | |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 | ||
Line 29: | Line 29: | ||
}} | }} | ||
{{Project license | {{Project license | ||
− | |License=Python-2. | + | |License=Python-2.1.1 |
|License copyright=Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, | |License copyright=Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, | ||
2012, 2013, 2014, 2015, 2016 Python Software Foundation. All rights reserved. | 2012, 2013, 2014, 2015, 2016 Python Software Foundation. All rights reserved. | ||
Line 48: | Line 48: | ||
All trademarks referenced herein are property of their respective holders. | All trademarks referenced herein are property of their respective holders. | ||
− | |License verified by=GNUtoo | + | |License verified by=GNUtoo, craigt |
− | |License verified date= | + | |License verified date=2024-06-28 |
|License note=The README ( https://hg.python.org/cpython/file/4243df51fe43/README ) has the copyright while the license in in LICENSE (https://hg.python.org/cpython/file/4a534c45bbf6/LICENSE). | |License note=The README ( https://hg.python.org/cpython/file/4243df51fe43/README ) has the copyright while the license in in LICENSE (https://hg.python.org/cpython/file/4a534c45bbf6/LICENSE). | ||
}} | }} | ||
{{Software category | {{Software category | ||
|Business=calculating | |Business=calculating | ||
+ | |Interface=command-line, console, text | ||
|Programming-language=C, python | |Programming-language=C, python | ||
− | |Runs-on=Windows, BSD, OS X | + | |Runs-on=Windows, BSD, OS X, GNU/Linux |
− | |Software-development=programming-language | + | |Software-development=compiler, debugging, programming-language |
|Use=software-development | |Use=software-development | ||
}} | }} | ||
Line 115: | Line 116: | ||
{{EntryDetails | {{EntryDetails | ||
|Is High Priority Project=No | |Is High Priority Project=No | ||
+ | |VCS checkout command=git clone https://github.com/python/cpython | ||
+ | |Documentation note=https://docs.python.org/ https://devguide.python.org/ | ||
|Decommissioned or Obsolete=No | |Decommissioned or Obsolete=No | ||
|Accepts cryptocurrency donations=No | |Accepts cryptocurrency donations=No |
Latest revision as of 13:29, 28 June 2024
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.
Documentation
https://docs.python.org/ https://devguide.python.org/
Download
https://www.python.org/ftp/python/3.12.4/Python-3.12.4.tgz
VCS Checkout
git clone https://github.com/python/cpython
Categories
- Business:calculating
- Interface:command-line
- Interface:console
- Interface:text
- Programming-language:python
- Programming-language:C
- Runs-on:Windows
- Runs-on:BSD
- Runs-on:OS X
- Runs-on:GNU/Linux
- Software-development:programming-language
- Software-development:compiler
- Software-development:debugging
- Use:software-development
Licensing
License
Verified by
Verified on
Notes
License
Verified by
GNUtoo, craigt
Verified on
28 June 2024
Notes
The README ( https://hg.python.org/cpython/file/4243df51fe43/README ) has the copyright while the license in in LICENSE (https://hg.python.org/cpython/file/4a534c45bbf6/LICENSE).
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.