Difference between revisions of "Python"

From Free Software Directory
Jump to: navigation, search
(Update to 3.5.1)
(Update vcs clone command and add documentation links)
 
(15 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/
|User level=advanced
+
|Version download=https://www.python.org/downloads/
 +
|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=[https://www.python.org/doc/ Documentation]
+
|Documentation note=Online documentaion available at: https://www.python.org/doc/ https://mindmajix.com/python-tutorial
 +
|Decommissioned or Obsolete=No
 
|IRC general=irc://chat.freenode.net/python
 
|IRC general=irc://chat.freenode.net/python
 
|IRC development=irc://chat.freenode.net/python-dev
 
|IRC development=irc://chat.freenode.net/python-dev
 
|Related projects=Perl, Lua, AngelScript, Elpy‎, PyGTK, PyQt, wxPython
 
|Related projects=Perl, Lua, AngelScript, Elpy‎, PyGTK, PyQt, wxPython
 
|Keywords=programming, scripting, high-level
 
|Keywords=programming, scripting, high-level
|Version identifier=3.5.1
+
|Version identifier=3.6.0
|Version date=2015/12/07
+
|Version date=2016/12/23
 
|Version status=stable
 
|Version status=stable
|Version download=https://www.python.org/downloads/
+
|Last review by=Bendikker
|Last review by=Calinou
+
|Last review date=2018/04/13
|Last review date=2015/12/10
 
|Submitted by=Calinou
 
 
|Submitted date=2014/12/19
 
|Submitted date=2014/12/19
|Status=
+
|User level=advanced
 +
|Accepts cryptocurrency donations=No
 +
|Test entry=No
 
|Is GNU=No
 
|Is GNU=No
 +
|Decommissioned/Obsolete=No
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=Python
+
|License=Python-2.0.1
|License verified by=Calinou
+
|License copyright=Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
|License verified date=2014/12/19
+
2012, 2013, 2014, 2015, 2016 Python Software Foundation.  All rights reserved.
 +
 
 +
Copyright (c) 2000 BeOpen.com.  All rights reserved.
 +
 
 +
Copyright (c) 1995-2001 Corporation for National Research Initiatives.  All
 +
rights reserved.
 +
 
 +
Copyright (c) 1991-1995 Stichting Mathematisch Centrum.  All rights reserved.
 +
 
 +
See the file "LICENSE" for information on the history of this software,
 +
terms & conditions for usage, and a DISCLAIMER OF ALL WARRANTIES.
 +
 
 +
This Python distribution contains *no* GNU General Public License (GPL) code,
 +
so it may be used in proprietary projects.  There are interfaces to some GNU
 +
code but these are entirely optional.
 +
 
 +
All trademarks referenced herein are property of their respective holders.
 +
|License verified by=GNUtoo
 +
|License verified date=2021-10-19
 +
|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
 +
|Business=calculating
 +
|Interface=command-line, console, text
 +
|Programming-language=C, python
 +
|Runs-on=Windows, BSD, OS X, GNU/Linux
 +
|Software-development=compiler, debugging, programming-language
 +
|Use=software-development
 +
}}
 +
{{EntryGNU
 +
|Is GNU=No
 
}}
 
}}
 
{{Person
 
{{Person
 
|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 68: Line 114:
 
|Resource URL=http://mail.python.org/mailman/listinfo/python-dev/
 
|Resource URL=http://mail.python.org/mailman/listinfo/python-dev/
 
}}
 
}}
{{Software category
+
{{EntryDetails
|Programming-language=python
+
|Is High Priority Project=No
|Runs-on=Windows, BSD, OS X
+
|VCS checkout command=git clone https://github.com/python/cpython
|Software-development=programming-language
+
|Documentation note=https://docs.python.org/ https://devguide.python.org/
|Use=software-development
+
|Decommissioned or Obsolete=No
 +
|Accepts cryptocurrency donations=No
 +
|Test entry=No
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 13:42, 14 January 2022


[edit]

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/





Licensing

License

Verified by

Verified on

Notes

Verified by

GNUtoo

Verified on

19 October 2021

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

AudienceResource typeURI
DeveloperMailing List Subscribehttp://mail.python.org/mailman/listinfo/python-dev/
Ruby (Ref)https://rubygems.org/gems/python
User, developerBug Trackinghttps://bugs.python.org/
DeveloperHomepagehttps://www.python.org/dev/peps/
DeveloperVCS Repository Webviewhttps://hg.python.org/cpython/
Debian (Ref)https://tracker.debian.org/pkg/python
GeneralMailing List Subscribehttps://mail.python.org/mailman/listinfo/python-list
Python (Ref)https://pypi.org/project/Python
GeneralNewsgroupnews://comp.lang.python
DeveloperE-mailmailto:python-dev@python.org


Software prerequisites




Entry





"Python-2.0.1" is not in the list (ACEL, AFL-3.0, AGPL-1.0, AGPL-1.0-or-later, AGPL-3.0, AGPL-3.0-or-later, AGPL-3.0-or-later-with-exception, AGPL-3.0-with-exception, AGPLv1orlater, AGPLv3, ...) of allowed values for the "License" property.





"Original author" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.


"Python (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Ruby (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.




"User" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property."developer" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.













Property "Submitted by" (as page type) with input value "{{{Submitted by}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. "{{{Submitted date}}}" contains an extrinsic dash or other characters that are invalid for a date interpretation.








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.