René's URL Explorer Experiment


Title: Glossary — Python 2.7.18 documentation

direct link

Domain: docs.python.org

Links:

no longer supportedhttps://devguide.python.org/devcycle/#end-of-life-branches
Python documentation for the current stable releasehttps://docs.python.org/3/glossary.html
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/about.html
previoushttps://docs.python.org/2/faq/installed.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
https://docs.python.org/2/glossary.html#glossary
lib2to3https://docs.python.org/2/library/2to3.html#module-lib2to3
2to3 - Automated Python 2 to 3 code translationhttps://docs.python.org/2/library/2to3.html#to3-reference
duck-typinghttps://docs.python.org/2/glossary.html#term-duck-typing
hasattr()https://docs.python.org/2/library/functions.html#hasattr
magic methodshttps://docs.python.org/2/reference/datamodel.html#new-style-special-lookup
isinstance()https://docs.python.org/2/library/functions.html#isinstance
issubclass()https://docs.python.org/2/library/functions.html#issubclass
abchttps://docs.python.org/2/library/abc.html#module-abc
collectionshttps://docs.python.org/2/library/collections.html#module-collections
numbershttps://docs.python.org/2/library/numbers.html#module-numbers
iohttps://docs.python.org/2/library/io.html#module-io
abchttps://docs.python.org/2/library/abc.html#module-abc
functionhttps://docs.python.org/2/glossary.html#term-function
methodhttps://docs.python.org/2/glossary.html#term-method
complex()https://docs.python.org/2/library/functions.html#complex
iterablehttps://docs.python.org/2/glossary.html#term-iterable
Callshttps://docs.python.org/2/reference/expressions.html#calls
parameterhttps://docs.python.org/2/glossary.html#term-parameter
the difference between arguments and parametershttps://docs.python.org/2/faq/programming.html#faq-argument-vs-parameter
Guido van Rossumhttps://www.python.org/~guido/
buffer protocolhttps://docs.python.org/2/c-api/buffer.html#bufferobjects
strhttps://docs.python.org/2/library/functions.html#str
bytearrayhttps://docs.python.org/2/library/functions.html#bytearray
memoryviewhttps://docs.python.org/2/library/stdtypes.html#memoryview
virtual machinehttps://docs.python.org/2/glossary.html#term-virtual-machine
the dis modulehttps://docs.python.org/2/library/dis.html#bytecodes
objecthttps://docs.python.org/2/library/functions.html#object
new-style classhttps://docs.python.org/2/glossary.html#term-new-style-class
mathhttps://docs.python.org/2/library/math.html#module-math
cmathhttps://docs.python.org/2/library/cmath.html#module-cmath
withhttps://docs.python.org/2/reference/compound_stmts.html#with
__enter__()https://docs.python.org/2/reference/datamodel.html#object.__enter__
__exit__()https://docs.python.org/2/reference/datamodel.html#object.__exit__
PEP 343https://www.python.org/dev/peps/pep-0343
python.orghttps://www.python.org
classmethod()https://docs.python.org/2/library/functions.html#classmethod
staticmethod()https://docs.python.org/2/library/functions.html#staticmethod
function definitionshttps://docs.python.org/2/reference/compound_stmts.html#function
class definitionshttps://docs.python.org/2/reference/compound_stmts.html#class
__get__()https://docs.python.org/2/reference/datamodel.html#object.__get__
__set__()https://docs.python.org/2/reference/datamodel.html#object.__set__
__delete__()https://docs.python.org/2/reference/datamodel.html#object.__delete__
Implementing Descriptorshttps://docs.python.org/2/reference/datamodel.html#descriptors
__hash__()https://docs.python.org/2/reference/datamodel.html#object.__hash__
__eq__()https://docs.python.org/2/reference/datamodel.html#object.__eq__
dict.viewkeys()https://docs.python.org/2/library/stdtypes.html#dict.viewkeys
dict.viewvalues()https://docs.python.org/2/library/stdtypes.html#dict.viewvalues
dict.viewitems()https://docs.python.org/2/library/stdtypes.html#dict.viewitems
Dictionary view objectshttps://docs.python.org/2/library/stdtypes.html#dict-views
type()https://docs.python.org/2/library/functions.html#type
isinstance()https://docs.python.org/2/library/functions.html#isinstance
abstract base classeshttps://docs.python.org/2/glossary.html#term-abstract-base-class
hasattr()https://docs.python.org/2/library/functions.html#hasattr
EAFPhttps://docs.python.org/2/glossary.html#term-eafp
tryhttps://docs.python.org/2/reference/compound_stmts.html#try
excepthttps://docs.python.org/2/reference/compound_stmts.html#except
LBYLhttps://docs.python.org/2/glossary.html#term-lbyl
statementhttps://docs.python.org/2/glossary.html#term-statement
printhttps://docs.python.org/2/reference/simple_stmts.html#print
ifhttps://docs.python.org/2/reference/compound_stmts.html#if
iohttps://docs.python.org/2/library/io.html#module-io
open()https://docs.python.org/2/library/functions.html#open
file objecthttps://docs.python.org/2/glossary.html#term-file-object
loaderhttps://docs.python.org/2/glossary.html#term-loader
PEP 302https://www.python.org/dev/peps/pep-0302
PEP 238https://www.python.org/dev/peps/pep-0238
argumentshttps://docs.python.org/2/glossary.html#term-argument
parameterhttps://docs.python.org/2/glossary.html#term-parameter
methodhttps://docs.python.org/2/glossary.html#term-method
Function definitionshttps://docs.python.org/2/reference/compound_stmts.html#function
__future__https://docs.python.org/2/library/__future__.html#module-__future__
yieldhttps://docs.python.org/2/reference/simple_stmts.html#yield
next()https://docs.python.org/2/library/functions.html#next
yieldhttps://docs.python.org/2/reference/simple_stmts.html#yield
forhttps://docs.python.org/2/reference/compound_stmts.html#for
ifhttps://docs.python.org/2/reference/compound_stmts.html#if
global interpreter lockhttps://docs.python.org/2/glossary.html#term-global-interpreter-lock
CPythonhttps://docs.python.org/2/glossary.html#term-cpython
bytecodehttps://docs.python.org/2/glossary.html#term-bytecode
dicthttps://docs.python.org/2/library/stdtypes.html#dict
__hash__()https://docs.python.org/2/reference/datamodel.html#object.__hash__
__eq__()https://docs.python.org/2/reference/datamodel.html#object.__eq__
__cmp__()https://docs.python.org/2/reference/datamodel.html#object.__cmp__
id()https://docs.python.org/2/library/functions.html#id
floathttps://docs.python.org/2/library/functions.html#float
coercionhttps://docs.python.org/2/glossary.html#term-coercion
__future__https://docs.python.org/2/glossary.html#term-future
finderhttps://docs.python.org/2/glossary.html#term-finder
loaderhttps://docs.python.org/2/glossary.html#term-loader
interactivehttps://docs.python.org/2/glossary.html#term-interactive
strhttps://docs.python.org/2/library/functions.html#str
tuplehttps://docs.python.org/2/library/functions.html#tuple
dicthttps://docs.python.org/2/library/stdtypes.html#dict
filehttps://docs.python.org/2/library/functions.html#file
__iter__()https://docs.python.org/2/reference/datamodel.html#object.__iter__
__getitem__()https://docs.python.org/2/reference/datamodel.html#object.__getitem__
forhttps://docs.python.org/2/reference/compound_stmts.html#for
zip()https://docs.python.org/2/library/functions.html#zip
map()https://docs.python.org/2/library/functions.html#map
iter()https://docs.python.org/2/library/functions.html#iter
iter()https://docs.python.org/2/library/functions.html#iter
iteratorhttps://docs.python.org/2/glossary.html#term-iterator
sequencehttps://docs.python.org/2/glossary.html#term-sequence
generatorhttps://docs.python.org/2/glossary.html#term-generator
next()https://docs.python.org/2/reference/expressions.html#generator.next
StopIterationhttps://docs.python.org/2/library/exceptions.html#exceptions.StopIteration
next()https://docs.python.org/2/reference/expressions.html#generator.next
StopIterationhttps://docs.python.org/2/library/exceptions.html#exceptions.StopIteration
__iter__()https://docs.python.org/2/reference/datamodel.html#object.__iter__
iter()https://docs.python.org/2/library/functions.html#iter
forhttps://docs.python.org/2/reference/compound_stmts.html#for
Iterator Typeshttps://docs.python.org/2/library/stdtypes.html#typeiter
locale.strxfrm()https://docs.python.org/2/library/locale.html#locale.strxfrm
min()https://docs.python.org/2/library/functions.html#min
max()https://docs.python.org/2/library/functions.html#max
sorted()https://docs.python.org/2/library/functions.html#sorted
heapq.nsmallest()https://docs.python.org/2/library/heapq.html#heapq.nsmallest
heapq.nlargest()https://docs.python.org/2/library/heapq.html#heapq.nlargest
itertools.groupby()https://docs.python.org/2/library/itertools.html#itertools.groupby
str.lower()https://docs.python.org/2/library/stdtypes.html#str.lower
lambdahttps://docs.python.org/2/reference/expressions.html#lambda
operatorhttps://docs.python.org/2/library/operator.html#module-operator
attrgetter()https://docs.python.org/2/library/operator.html#operator.attrgetter
itemgetter()https://docs.python.org/2/library/operator.html#operator.itemgetter
methodcaller()https://docs.python.org/2/library/operator.html#operator.methodcaller
Sorting HOW TOhttps://docs.python.org/2/howto/sorting.html#sortinghowto
argumenthttps://docs.python.org/2/glossary.html#term-argument
expressionhttps://docs.python.org/2/glossary.html#term-expression
EAFPhttps://docs.python.org/2/glossary.html#term-eafp
ifhttps://docs.python.org/2/reference/compound_stmts.html#if
sequencehttps://docs.python.org/2/glossary.html#term-sequence
ifhttps://docs.python.org/2/reference/compound_stmts.html#if
finderhttps://docs.python.org/2/glossary.html#term-finder
PEP 302https://www.python.org/dev/peps/pep-0302
special methodhttps://docs.python.org/2/glossary.html#term-special-method
Mappinghttps://docs.python.org/2/library/collections.html#collections.Mapping
MutableMappinghttps://docs.python.org/2/library/collections.html#collections.MutableMapping
abstract base classeshttps://docs.python.org/2/library/collections.html#collections-abstract-base-classes
dicthttps://docs.python.org/2/library/stdtypes.html#dict
collections.defaultdicthttps://docs.python.org/2/library/collections.html#collections.defaultdict
collections.OrderedDicthttps://docs.python.org/2/library/collections.html#collections.OrderedDict
collections.Counterhttps://docs.python.org/2/library/collections.html#collections.Counter
Customizing class creationhttps://docs.python.org/2/reference/datamodel.html#metaclasses
argumenthttps://docs.python.org/2/glossary.html#term-argument
functionhttps://docs.python.org/2/glossary.html#term-function
nested scopehttps://docs.python.org/2/glossary.html#term-nested-scope
The Python 2.3 Method Resolution Orderhttps://www.python.org/download/releases/2.3/mro/
importinghttps://docs.python.org/2/glossary.html#term-importing
packagehttps://docs.python.org/2/glossary.html#term-package
method resolution orderhttps://docs.python.org/2/glossary.html#term-method-resolution-order
id()https://docs.python.org/2/library/functions.html#id
immutablehttps://docs.python.org/2/glossary.html#term-immutable
time.localtime()https://docs.python.org/2/library/time.html#time.localtime
time.struct_timehttps://docs.python.org/2/library/time.html#time.struct_time
collections.namedtuple()https://docs.python.org/2/library/collections.html#collections.namedtuple
os.open()https://docs.python.org/2/library/os.html#os.open
random.seed()https://docs.python.org/2/library/random.html#random.seed
itertools.izip()https://docs.python.org/2/library/itertools.html#itertools.izip
randomhttps://docs.python.org/2/library/random.html#module-random
itertoolshttps://docs.python.org/2/library/itertools.html#module-itertools
objecthttps://docs.python.org/2/library/functions.html#object
dicthttps://docs.python.org/2/library/stdtypes.html#dict
__getattribute__()https://docs.python.org/2/reference/datamodel.html#object.__getattribute__
New-style and classic classeshttps://docs.python.org/2/reference/datamodel.html#newstyle
new-style classhttps://docs.python.org/2/glossary.html#term-new-style-class
modulehttps://docs.python.org/2/glossary.html#term-module
functionhttps://docs.python.org/2/glossary.html#term-function
argumenthttps://docs.python.org/2/glossary.html#term-argument
positionallyhttps://docs.python.org/2/glossary.html#term-argument
keyword argumenthttps://docs.python.org/2/glossary.html#term-argument
abs()https://docs.python.org/2/library/functions.html#abs
argumenthttps://docs.python.org/2/glossary.html#term-argument
the difference between arguments and parametershttps://docs.python.org/2/faq/programming.html#faq-argument-vs-parameter
Function definitionshttps://docs.python.org/2/reference/compound_stmts.html#function
PEP 1https://www.python.org/dev/peps/pep-0001
argumenthttps://docs.python.org/2/glossary.html#term-argument
forhttps://docs.python.org/2/reference/compound_stmts.html#for
CPythonhttps://docs.python.org/2/glossary.html#term-cpython
syshttps://docs.python.org/2/library/sys.html#module-sys
getrefcount()https://docs.python.org/2/library/sys.html#sys.getrefcount
new-style classhttps://docs.python.org/2/glossary.html#term-new-style-class
iterablehttps://docs.python.org/2/glossary.html#term-iterable
__getitem__()https://docs.python.org/2/reference/datamodel.html#object.__getitem__
len()https://docs.python.org/2/library/functions.html#len
strhttps://docs.python.org/2/library/functions.html#str
tuplehttps://docs.python.org/2/library/functions.html#tuple
unicodehttps://docs.python.org/2/library/functions.html#unicode
dicthttps://docs.python.org/2/library/stdtypes.html#dict
__getitem__()https://docs.python.org/2/reference/datamodel.html#object.__getitem__
__len__()https://docs.python.org/2/reference/datamodel.html#object.__len__
immutablehttps://docs.python.org/2/glossary.html#term-immutable
sequencehttps://docs.python.org/2/glossary.html#term-sequence
slicehttps://docs.python.org/2/library/functions.html#slice
__getslice__()https://docs.python.org/2/reference/datamodel.html#object.__getslice__
__setslice__()https://docs.python.org/2/reference/datamodel.html#object.__setslice__
Special method nameshttps://docs.python.org/2/reference/datamodel.html#specialnames
expressionhttps://docs.python.org/2/glossary.html#term-expression
ifhttps://docs.python.org/2/reference/compound_stmts.html#if
whilehttps://docs.python.org/2/reference/compound_stmts.html#while
forhttps://docs.python.org/2/reference/compound_stmts.html#for
named tuplehttps://docs.python.org/2/glossary.html#term-named-tuple
_make()https://docs.python.org/2/library/collections.html#collections.somenamedtuple._make
_asdict()https://docs.python.org/2/library/collections.html#collections.somenamedtuple._asdict
sys.float_infohttps://docs.python.org/2/library/sys.html#sys.float_info
os.stat()https://docs.python.org/2/library/os.html#os.stat
__class__https://docs.python.org/2/library/stdtypes.html#instance.__class__
PEP 278https://www.python.org/dev/peps/pep-0278
PEP 3116https://www.python.org/dev/peps/pep-3116
str.splitlines()https://docs.python.org/2/library/stdtypes.html#str.splitlines
bytecodehttps://docs.python.org/2/glossary.html#term-bytecode
“Why is Python Installed on my Computer?” FAQhttps://docs.python.org/2/faq/installed.html
About these documentshttps://docs.python.org/2/about.html
Show Sourcehttps://docs.python.org/2/_sources/glossary.rst.txt
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/about.html
previoushttps://docs.python.org/2/faq/installed.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
Copyrighthttps://docs.python.org/2/copyright.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/2/bugs.html
Sphinxhttp://sphinx.pocoo.org/

URLs of crawlers that visited me.