Skip to content

Latest commit

 

History

History
76 lines (73 loc) · 13.6 KB

File metadata and controls

76 lines (73 loc) · 13.6 KB
.. only:: not builder_latex

   External References
   ===================

[ADAFRUIT]Adafruit Industries Inc.; Adafruit Industries Inc.; Adafruit Industries Inc.@Wikipedia;
[ARTICLESTACKOFLOWCEXT]Article @Stackoverflow - In Python how can one tell if a module comes from a C extension?; called from C@Stackoverflow.com
[ARTICLESTACKOFLOWIPYTHON]Article @Stackoverflow - Detect if python script is run from an ipython shell, or run from the command line; detect ipython@Stackoverflow.com
[AndreasPavel]Andreas Pavel; Andreas Pavel@Wikipedia.org ; Stereobelt; Sony legt Walkman-Patentstreit mit deutschem Erfinder bei
[BYTEORDERHUSEMANN]Running ARM in BE8 Big Endian Mode; Martin Husemann; presentation@AsiaBSDCon 2015
[BYTEORDERROB]The byte order fallacy; Rob Pike; April 03, 2012; byte-order-fallacy
[CFFI]C Foreign Function Interface for Python.; CFFI@docs; CFFI@PyPI;
[CHANGELOG370alpha1a]Changed the implementation strategy for collections.namedtuple() [bpo-28638]
[CHANGELOG370alpha1b]Python function can now have more than 255 parameters. [bpo-18896]
[CHANGELOG370alpha3]Fix wrong usage of collections.namedtuple() [bpo-31325]
[CHANGELOG370beta1]collections.namedtuple() now supports default values. [bpo-32320]
[CHANGELOG374rc1]collections.namedtuple() misspelled the name of an attribute [bpo-36321]
[CPPYY]Cppyy - Cling-based Python-C++ bindings; Cppyy docs; Cppyy@PyPI;
[CPython]Python; CPython@Python2, CPython@Python3
[CTYPES]lib/ctypes; ctypes@Python2, ctypes@Python3
[CircuitPython]CircuitPython - Python for microcontrollers; circuitpython@github.com; CircuitPython@Wikipedia;
[Cython]Cython - C-like compiler for a superset of the Python programming language; Cython.org; Cython@Wikipedia;
[FINALRELEASE]PEP440 - Section "Final releases"; Author: Nick Coghlan <ncoghlan at gmail.com>, Donald Stufft <donald at stufft.io>; BDFL-Delegate: Nick Coghlan < ncoghlan@gmail.com >; Status: Accepted; 18 Mar 2013; release@Python.org;
[FIRMWARE]Firmware; Firmware@Wiki;
[HPCPYPYCLING]High-performance Python-C++ bindings with PyPy and Cling; doc@CERN
[IPython]IPython - IPython (Interactive Python) is a command shell for interactive computing; IPython.org; IPython@PyPI; IPython@Wikipedia;
[ISSUE32078]Python - Issue 32078: string result of str(bytes()) in Python3; issue32078@bugs;
[IronPython]IronPython - implementation of Python targeting the .NET Framework and Mono; IronPython.org; IronPython@Wikipedia;
[Jython]Jython - implementation of the Python to run on the Java platform; Jython.org; Jython@Wikipedia;
[MicroPython]MicroPython - Python for microcontrollers; micropython.org; MicroPythonD@Wikipedia;
[MicroVsCPython]MicroPython Differences to CPython; MicroVsCPython@github;
[PCODE]p-code - p-code machine, or portable code machine; p-code@Wikipedia;
[PEP407]New release cycle and introducing long-term support versions; Author: Antoine Pitrou <solipsis at pitrou.net>, Georg Brandl <georg at python.org>, Barry Warsaw <barry at python.org>; Status: Deferred; 2012-01-12; PEP407@Python.org; RFC407-Text;
[PEP421]PEP 421 -- Adding sys.implementation; Author: Eric Snow <ericsnowcurrently at gmail.com>; Status: Final; 26-April-2012; PEP421@Python.org; RFC421-Text;
[PEP440]Version Identification and Dependency Specification; Author: Nick Coghlan <ncoghlan at gmail.com>, Donald Stufft <donald at stufft.io>; BDFL-Delegate: Nick Coghlan < ncoghlan@gmail.com >; Status: Accepted; 18 Mar 2013; PE440@Python.org;
[POSIX]IEEE Std 1003.1(TM), 2013 Edition; The Opengroup
[PYIMPPERFORM]Performance of Python runtimes on a non-numeric scientific code; Riccardo Murri; Submitted on 25 Apr 2014 (v1), last revised 29 Apr 2014 (this version, v2); euroscipy-proceedings2013-07; arXiv:1404.6388 [cs.MS]; PDF(arXiv:1404.6388);
[PYINTPERF2VS3A]Is there a reason Python 3 enumerates slower than Python 2?; Python enumeration performance 2 vs. 3@stackoverflow.com
[PYINTPERF2VS3B]Why is Python 3 is considerably slower than Python 2? [duplicate]; Python integer performance 2 vs. 3@stackoverflow.com
[PyPI]PyPI - The Python Package Index; PyPI.org;
[PyPy]PyPy - Python implementation as a JIT; PyPy.org; PyPy@Wikipedia;
[Python2]Full Grammar specification; Grammar@Python2,
[Python3]Full Grammar specification; Grammar@Python3
[SHELLTXT]Text (CLI) shells; SHELLTX@Wikipedia;
[SHELL]Shell (computing); SHELL@Wikipedia;
[SWIG]Simplified Wrapper and Interface Generator (SWIG); SWIG@github.com; SWIG@Wikipedia;
[SWVERS]Software Versioning;`Software Versioning@Wikipedia <https://en.wikipedia.org/wiki/Software_versioning>`_
[Stackless]Stackless Python; Stackless@wiki ; Stackless Python@wikipedia.org ; Stackless Python@wiki.python.org ; stackless-python@pypi.org ; stackless-dev@github.com
[UnifiedSessionsManager]UnifiedSessionsManager Virtualization and Cloud Computing (C) 2008 Ingenieurbuero Arno-Can Uestuensoez; UnifiedSessionsManager@Sourceforge.net
[WINWSL]Windows Subsystem for Linux Documentation; WSL@Microsoft.com ; WSL@Wikipedia.org; WSL@github.com
[bash]Unix Shell bash - bourne again shell; bash@Wikipedia; bash@gnu.org;
[bpo-18896]see [issue18896]
[bpo-28638]see [issue28638]
[bpo-31325]see [issue31325]
[bpo-32320]see [issue32320]
[bpo-36321]see [issue36321]
[codecsStandard]lib/codecs; Python2 - codecs - 7.8.3. Standard Encodings; Python3 - codecs - 7.2.3. Standard Encodings;
[extensionids]extensionids - Python Extension IDs; Arno-Can Uestuensoez @Ingenieurbuero Arno-Can Uestuensoez; 2008-2019; extensionids@python.org; extensionids@github.com; extensionids@sourceforge.io
[issue18896]Remove namedtuple 255 arguments restriction / 3.7.0alpha1; Raymond Hettinger; created:2013-08-31; closed:2017-03-31; issue-18896;
[issue28638]Optimize namedtuple creation / 3.7.0alpha1; Raymond Hettinger; created:2016-11-08; closed:2017-09-10; issue-28638;
[issue31325]req_rate is a namedtuple type rather than instance / 3.7.0alpha3; Raymond Hettinger; created:2017-09-01; closed:2017-11-23; issue-31325;
[issue32320]collections.namedtuple() now supports default values. / 3.7.0beta1; Raymond Hettinger; created:2017-12-14; closed:2018-01-11; issue-32320;
[issue36321]Fix misspelled attribute name in namedtuple / 3.7.4rc1; Raymond Hettinger; created:2019-03-16; closed:2019-10-20; issue-36321;
[machineids]machineids - Unified Machine Identifier; Arno-Can Uestuensoez @Ingenieurbuero Arno-Can Uestuensoez; 2017; machineids@PyPI; machineids@GitHub; machineids-docs@sourceforge.io
[namedtuple]lib/collections; Python2 - namedtuple Factory Function for Tuples with Named Fields; Python3 namedtuple Factory Function for Tuples with Named Fields
[namedtupledefs2]patches of collection.namedtuple for Python2 ; Arno-Can Uestuensoez @Ingenieurbuero Arno-Can Uestuensoez; 2008-2019; namedtupledefs2@PyPI; namedtupledefs2@GitHub; namedtupledefs2-docs@sourceforge.io
[namedtupledefs3]patches of collection.namedtuple for Python3 ; Arno-Can Uestuensoez @Ingenieurbuero Arno-Can Uestuensoez; 2008-2019; namedtupledefs3@PyPI; namedtupledefs3@GitHub; namedtupledefs3-docs@sourceforge.io
[namedtupledefs]patches of collection.namedtuple for Python3 ; Arno-Can Uestuensoez @Ingenieurbuero Arno-Can Uestuensoez; 2008-2019; namedtupledefs@PyPI; namedtupledefs@GitHub; namedtupledefs-docs@sourceforge.io
[namedutple-python3]Standard library: namedtupel@Python3
[platformids]platformids - OS Type and Distribution IDs of System Platforms; Arno-Can Uestuensoez @Ingenieurbuero Arno-Can Uestuensoez; 2008-2019; platformids@python.org; platformids@github.com; docs @sourceforge.io
[pythonids]pythonids - Python Releases; Arno-Can Uestuensoez @Ingenieurbuero Arno-Can Uestuensoez; 2008-2019; pythonids@python.org; pythonids@github.com; pythonids@sourceforge.io
[resourceids]resourceids; Arno-Can Uestuensoez @Ingenieurbuero Arno-Can Uestuensoez; 2008-2019; @resourceidspython.org; resourceids@github.com; resourceids@sourceforge.io
[sys.version]lib/sys.version; sys@Python2, sys@Python3
[xkcd]Profile Info; Randall Munroe; xkcd.com ; Profile Info