René's URL Explorer Experiment


Title: 4. Built-in Types — Python v3.2.6 documentation

direct link

Domain: docs.python.org

Nonetext/html; charset=utf-8

Links:

indexhttps://docs.python.org/3.2/genindex.html
moduleshttps://docs.python.org/3.2/py-modindex.html
nexthttps://docs.python.org/3.2/library/exceptions.html
previoushttps://docs.python.org/3.2/library/constants.html
Pythonhttp://www.python.org/
3.2.6 Documentationhttps://docs.python.org/3.2/index.html
The Python Standard Libraryhttps://docs.python.org/3.2/library/index.html
https://docs.python.org/3.2/library/stdtypes.html#built-in-types
repr()https://docs.python.org/3.2/library/functions.html#repr
str()https://docs.python.org/3.2/library/functions.html#str
print()https://docs.python.org/3.2/library/functions.html#print
https://docs.python.org/3.2/library/stdtypes.html#truth-value-testing
ifhttps://docs.python.org/3.2/reference/compound_stmts.html#if
whilehttps://docs.python.org/3.2/reference/compound_stmts.html#while
__bool__()https://docs.python.org/3.2/reference/datamodel.html#object.__bool__
__len__()https://docs.python.org/3.2/reference/datamodel.html#object.__len__
boolhttps://docs.python.org/3.2/library/functions.html#bool
[1]https://docs.python.org/3.2/library/stdtypes.html#id11
andhttps://docs.python.org/3.2/reference/expressions.html#and
orhttps://docs.python.org/3.2/reference/expressions.html#or
nothttps://docs.python.org/3.2/reference/expressions.html#not
https://docs.python.org/3.2/library/stdtypes.html#boolean-operations-and-or-not
Falsehttps://docs.python.org/3.2/library/constants.html#False
Truehttps://docs.python.org/3.2/library/constants.html#True
https://docs.python.org/3.2/library/stdtypes.html#comparisons
TypeErrorhttps://docs.python.org/3.2/library/exceptions.html#TypeError
__eq__()https://docs.python.org/3.2/reference/datamodel.html#object.__eq__
__lt__()https://docs.python.org/3.2/reference/datamodel.html#object.__lt__
__le__()https://docs.python.org/3.2/reference/datamodel.html#object.__le__
__gt__()https://docs.python.org/3.2/reference/datamodel.html#object.__gt__
__ge__()https://docs.python.org/3.2/reference/datamodel.html#object.__ge__
__lt__()https://docs.python.org/3.2/reference/datamodel.html#object.__lt__
__eq__()https://docs.python.org/3.2/reference/datamodel.html#object.__eq__
ishttps://docs.python.org/3.2/reference/expressions.html#is
is nothttps://docs.python.org/3.2/reference/expressions.html#is-not
inhttps://docs.python.org/3.2/reference/expressions.html#in
not inhttps://docs.python.org/3.2/reference/expressions.html#not-in
inthttps://docs.python.org/3.2/library/functions.html#int
floathttps://docs.python.org/3.2/library/functions.html#float
complexhttps://docs.python.org/3.2/library/functions.html#complex
https://docs.python.org/3.2/library/stdtypes.html#numeric-types-int-float-complex
sys.float_infohttps://docs.python.org/3.2/library/sys.html#sys.float_info
fractionshttps://docs.python.org/3.2/library/fractions.html#module-fractions
decimalhttps://docs.python.org/3.2/library/decimal.html#module-decimal
[2]https://docs.python.org/3.2/library/stdtypes.html#id12
int()https://docs.python.org/3.2/library/functions.html#int
float()https://docs.python.org/3.2/library/functions.html#float
complex()https://docs.python.org/3.2/library/functions.html#complex
abs()https://docs.python.org/3.2/library/functions.html#abs
int()https://docs.python.org/3.2/library/functions.html#int
float()https://docs.python.org/3.2/library/functions.html#float
complex()https://docs.python.org/3.2/library/functions.html#complex
divmod()https://docs.python.org/3.2/library/functions.html#divmod
pow()https://docs.python.org/3.2/library/functions.html#pow
abs()https://docs.python.org/3.2/library/functions.html#abs
mathhttps://docs.python.org/3.2/library/math.html#module-math
http://www.unicode.org/Public/6.0.0/ucd/extracted/DerivedNumericType.txthttp://www.unicode.org/Public/6.0.0/ucd/extracted/DerivedNumericType.txt
numbers.Realhttps://docs.python.org/3.2/library/numbers.html#numbers.Real
inthttps://docs.python.org/3.2/library/functions.html#int
floathttps://docs.python.org/3.2/library/functions.html#float
mathhttps://docs.python.org/3.2/library/math.html#module-math
cmathhttps://docs.python.org/3.2/library/cmath.html#module-cmath
https://docs.python.org/3.2/library/stdtypes.html#bitwise-operations-on-integer-types
ValueErrorhttps://docs.python.org/3.2/library/exceptions.html#ValueError
https://docs.python.org/3.2/library/stdtypes.html#additional-methods-on-integer-types
numbers.Integralhttps://docs.python.org/3.2/library/numbers.html#numbers.Integral
abstract base classhttps://docs.python.org/3.2/glossary.html#term-abstract-base-class
https://docs.python.org/3.2/library/stdtypes.html#int.bit_length
https://docs.python.org/3.2/library/stdtypes.html#int.to_bytes
OverflowErrorhttps://docs.python.org/3.2/library/exceptions.html#OverflowError
sys.byteorderhttps://docs.python.org/3.2/library/sys.html#sys.byteorder
OverflowErrorhttps://docs.python.org/3.2/library/exceptions.html#OverflowError
https://docs.python.org/3.2/library/stdtypes.html#int.from_bytes
byteshttps://docs.python.org/3.2/library/functions.html#bytes
bytearrayhttps://docs.python.org/3.2/library/functions.html#bytearray
sys.byteorderhttps://docs.python.org/3.2/library/sys.html#sys.byteorder
https://docs.python.org/3.2/library/stdtypes.html#additional-methods-on-float
numbers.Realhttps://docs.python.org/3.2/library/numbers.html#numbers.Real
abstract base classhttps://docs.python.org/3.2/glossary.html#term-abstract-base-class
https://docs.python.org/3.2/library/stdtypes.html#float.as_integer_ratio
OverflowErrorhttps://docs.python.org/3.2/library/exceptions.html#OverflowError
ValueErrorhttps://docs.python.org/3.2/library/exceptions.html#ValueError
https://docs.python.org/3.2/library/stdtypes.html#float.is_integer
https://docs.python.org/3.2/library/stdtypes.html#float.hex
https://docs.python.org/3.2/library/stdtypes.html#float.fromhex
float.hex()https://docs.python.org/3.2/library/stdtypes.html#float.hex
float.fromhex()https://docs.python.org/3.2/library/stdtypes.html#float.fromhex
float.hex()https://docs.python.org/3.2/library/stdtypes.html#float.hex
float.fromhex()https://docs.python.org/3.2/library/stdtypes.html#float.fromhex
https://docs.python.org/3.2/library/stdtypes.html#hashing-of-numeric-types
__hash__()https://docs.python.org/3.2/reference/datamodel.html#object.__hash__
inthttps://docs.python.org/3.2/library/functions.html#int
floathttps://docs.python.org/3.2/library/functions.html#float
decimal.Decimalhttps://docs.python.org/3.2/library/decimal.html#decimal.Decimal
fractions.Fractionhttps://docs.python.org/3.2/library/fractions.html#fractions.Fraction
inthttps://docs.python.org/3.2/library/functions.html#int
floathttps://docs.python.org/3.2/library/functions.html#float
decimal.Decimalhttps://docs.python.org/3.2/library/decimal.html#decimal.Decimal
sys.hash_infohttps://docs.python.org/3.2/library/sys.html#sys.hash_info
complexhttps://docs.python.org/3.2/library/functions.html#complex
floathttps://docs.python.org/3.2/library/functions.html#float
complexhttps://docs.python.org/3.2/library/functions.html#complex
https://docs.python.org/3.2/library/stdtypes.html#iterator-types
https://docs.python.org/3.2/library/stdtypes.html#container.__iter__
https://docs.python.org/3.2/library/stdtypes.html#iterator.__iter__
forhttps://docs.python.org/3.2/reference/compound_stmts.html#for
inhttps://docs.python.org/3.2/reference/expressions.html#in
https://docs.python.org/3.2/library/stdtypes.html#iterator.__next__
StopIterationhttps://docs.python.org/3.2/library/exceptions.html#StopIteration
__next__()https://docs.python.org/3.2/library/stdtypes.html#iterator.__next__
StopIterationhttps://docs.python.org/3.2/library/exceptions.html#StopIteration
https://docs.python.org/3.2/library/stdtypes.html#generator-types
generatorhttps://docs.python.org/3.2/glossary.html#term-generator
__iter__()https://docs.python.org/3.2/reference/datamodel.html#object.__iter__
__iter__()https://docs.python.org/3.2/reference/datamodel.html#object.__iter__
__next__()https://docs.python.org/3.2/reference/expressions.html#generator.__next__
the documentation for the yield expressionhttps://docs.python.org/3.2/reference/expressions.html#yieldexpr
strhttps://docs.python.org/3.2/library/functions.html#str
byteshttps://docs.python.org/3.2/library/functions.html#bytes
bytearrayhttps://docs.python.org/3.2/library/functions.html#bytearray
listhttps://docs.python.org/3.2/library/functions.html#list
tuplehttps://docs.python.org/3.2/library/functions.html#tuple
rangehttps://docs.python.org/3.2/library/functions.html#range
https://docs.python.org/3.2/library/stdtypes.html#sequence-types-str-bytes-bytearray-list-tuple-range
byteshttps://docs.python.org/3.2/library/functions.html#bytes
bytearrayhttps://docs.python.org/3.2/library/functions.html#bytearray
dicthttps://docs.python.org/3.2/library/stdtypes.html#dict
sethttps://docs.python.org/3.2/library/stdtypes.html#set
collectionshttps://docs.python.org/3.2/library/collections.html#module-collections
strhttps://docs.python.org/3.2/library/functions.html#str
sequenceshttps://docs.python.org/3.2/library/stdtypes.html#typesseq
String and Bytes literalshttps://docs.python.org/3.2/reference/lexical_analysis.html#strings
String Methodshttps://docs.python.org/3.2/library/stdtypes.html#string-methods
bytes()https://docs.python.org/3.2/library/functions.html#bytes
bytearray()https://docs.python.org/3.2/library/functions.html#bytearray
range()https://docs.python.org/3.2/library/functions.html#range
min()https://docs.python.org/3.2/library/functions.html#min
max()https://docs.python.org/3.2/library/functions.html#max
[3]https://docs.python.org/3.2/library/stdtypes.html#id13
Mutable Sequence Typeshttps://docs.python.org/3.2/library/stdtypes.html#typesseq-mutable
Comparisonshttps://docs.python.org/3.2/reference/expressions.html#comparisons
strhttps://docs.python.org/3.2/library/functions.html#str
str.join()https://docs.python.org/3.2/library/stdtypes.html#str.join
byteshttps://docs.python.org/3.2/library/functions.html#bytes
bytearrayhttps://docs.python.org/3.2/library/functions.html#bytearray
bytearrayhttps://docs.python.org/3.2/library/functions.html#bytearray
https://docs.python.org/3.2/library/stdtypes.html#string-methods
Sequence Types — str, bytes, bytearray, list, tuple, rangehttps://docs.python.org/3.2/library/stdtypes.html#typesseq
String Formattinghttps://docs.python.org/3.2/library/string.html#string-formatting
rehttps://docs.python.org/3.2/library/re.html#module-re
https://docs.python.org/3.2/library/stdtypes.html#str.capitalize
https://docs.python.org/3.2/library/stdtypes.html#str.center
https://docs.python.org/3.2/library/stdtypes.html#str.count
https://docs.python.org/3.2/library/stdtypes.html#str.encode
UnicodeErrorhttps://docs.python.org/3.2/library/exceptions.html#UnicodeError
codecs.register_error()https://docs.python.org/3.2/library/codecs.html#codecs.register_error
Codec Base Classeshttps://docs.python.org/3.2/library/codecs.html#codec-base-classes
Standard Encodingshttps://docs.python.org/3.2/library/codecs.html#standard-encodings
https://docs.python.org/3.2/library/stdtypes.html#str.endswith
https://docs.python.org/3.2/library/stdtypes.html#str.expandtabs
https://docs.python.org/3.2/library/stdtypes.html#str.find
find()https://docs.python.org/3.2/library/stdtypes.html#str.find
inhttps://docs.python.org/3.2/reference/expressions.html#in
https://docs.python.org/3.2/library/stdtypes.html#str.format
Format String Syntaxhttps://docs.python.org/3.2/library/string.html#formatstrings
https://docs.python.org/3.2/library/stdtypes.html#str.format_map
dicthttps://docs.python.org/3.2/library/stdtypes.html#dict
https://docs.python.org/3.2/library/stdtypes.html#str.index
find()https://docs.python.org/3.2/library/stdtypes.html#str.find
ValueErrorhttps://docs.python.org/3.2/library/exceptions.html#ValueError
https://docs.python.org/3.2/library/stdtypes.html#str.isalnum
https://docs.python.org/3.2/library/stdtypes.html#str.isalpha
https://docs.python.org/3.2/library/stdtypes.html#str.isdecimal
https://docs.python.org/3.2/library/stdtypes.html#str.isdigit
https://docs.python.org/3.2/library/stdtypes.html#str.isidentifier
Identifiers and keywordshttps://docs.python.org/3.2/reference/lexical_analysis.html#identifiers
https://docs.python.org/3.2/library/stdtypes.html#str.islower
[4]https://docs.python.org/3.2/library/stdtypes.html#id14
https://docs.python.org/3.2/library/stdtypes.html#str.isnumeric
https://docs.python.org/3.2/library/stdtypes.html#str.isprintable
repr()https://docs.python.org/3.2/library/functions.html#repr
sys.stdouthttps://docs.python.org/3.2/library/sys.html#sys.stdout
sys.stderrhttps://docs.python.org/3.2/library/sys.html#sys.stderr
https://docs.python.org/3.2/library/stdtypes.html#str.isspace
https://docs.python.org/3.2/library/stdtypes.html#str.istitle
https://docs.python.org/3.2/library/stdtypes.html#str.isupper
[4]https://docs.python.org/3.2/library/stdtypes.html#id14
https://docs.python.org/3.2/library/stdtypes.html#str.join
iterablehttps://docs.python.org/3.2/glossary.html#term-iterable
TypeErrorhttps://docs.python.org/3.2/library/exceptions.html#TypeError
byteshttps://docs.python.org/3.2/library/functions.html#bytes
https://docs.python.org/3.2/library/stdtypes.html#str.ljust
https://docs.python.org/3.2/library/stdtypes.html#str.lower
[4]https://docs.python.org/3.2/library/stdtypes.html#id14
https://docs.python.org/3.2/library/stdtypes.html#str.lstrip
https://docs.python.org/3.2/library/stdtypes.html#str.maketrans
str.translate()https://docs.python.org/3.2/library/stdtypes.html#str.translate
https://docs.python.org/3.2/library/stdtypes.html#str.partition
https://docs.python.org/3.2/library/stdtypes.html#str.replace
https://docs.python.org/3.2/library/stdtypes.html#str.rfind
https://docs.python.org/3.2/library/stdtypes.html#str.rindex
rfind()https://docs.python.org/3.2/library/stdtypes.html#str.rfind
ValueErrorhttps://docs.python.org/3.2/library/exceptions.html#ValueError
https://docs.python.org/3.2/library/stdtypes.html#str.rjust
https://docs.python.org/3.2/library/stdtypes.html#str.rpartition
https://docs.python.org/3.2/library/stdtypes.html#str.rsplit
rsplit()https://docs.python.org/3.2/library/stdtypes.html#str.rsplit
split()https://docs.python.org/3.2/library/stdtypes.html#str.split
https://docs.python.org/3.2/library/stdtypes.html#str.rstrip
https://docs.python.org/3.2/library/stdtypes.html#str.split
https://docs.python.org/3.2/library/stdtypes.html#str.splitlines
universal newlineshttps://docs.python.org/3.2/glossary.html#term-universal-newlines
split()https://docs.python.org/3.2/library/stdtypes.html#str.split
https://docs.python.org/3.2/library/stdtypes.html#str.startswith
https://docs.python.org/3.2/library/stdtypes.html#str.strip
https://docs.python.org/3.2/library/stdtypes.html#str.swapcase
https://docs.python.org/3.2/library/stdtypes.html#str.title
https://docs.python.org/3.2/library/stdtypes.html#str.translate
str.maketrans()https://docs.python.org/3.2/library/stdtypes.html#str.maketrans
codecshttps://docs.python.org/3.2/library/codecs.html#module-codecs
https://docs.python.org/3.2/library/stdtypes.html#str.upper
[4]https://docs.python.org/3.2/library/stdtypes.html#id14
https://docs.python.org/3.2/library/stdtypes.html#str.zfill
https://docs.python.org/3.2/library/stdtypes.html#old-string-formatting-operations
String Formattinghttps://docs.python.org/3.2/library/string.html#string-formatting
[5]https://docs.python.org/3.2/library/stdtypes.html#id15
repr()https://docs.python.org/3.2/library/functions.html#repr
str()https://docs.python.org/3.2/library/functions.html#str
ascii()https://docs.python.org/3.2/library/functions.html#ascii
PEP 237http://www.python.org/dev/peps/pep-0237
stringhttps://docs.python.org/3.2/library/string.html#module-string
rehttps://docs.python.org/3.2/library/re.html#module-re
https://docs.python.org/3.2/library/stdtypes.html#range-type
rangehttps://docs.python.org/3.2/library/functions.html#range
rangehttps://docs.python.org/3.2/library/functions.html#range
rangehttps://docs.python.org/3.2/library/functions.html#range
len()https://docs.python.org/3.2/library/functions.html#len
https://docs.python.org/3.2/library/stdtypes.html#range.count
https://docs.python.org/3.2/library/stdtypes.html#range.index
ValueErrorhttps://docs.python.org/3.2/library/exceptions.html#ValueError
https://docs.python.org/3.2/library/stdtypes.html#mutable-sequence-types
ValueErrorhttps://docs.python.org/3.2/library/exceptions.html#ValueError
functools.cmp_to_key()https://docs.python.org/3.2/library/functools.html#functools.cmp_to_key
ValueErrorhttps://docs.python.org/3.2/library/exceptions.html#ValueError
bytearrayhttps://docs.python.org/3.2/library/functions.html#bytearray
https://docs.python.org/3.2/library/stdtypes.html#bytes-and-byte-array-methods
format()https://docs.python.org/3.2/library/functions.html#format
https://docs.python.org/3.2/library/stdtypes.html#bytes.decode
https://docs.python.org/3.2/library/stdtypes.html#bytearray.decode
UnicodeErrorhttps://docs.python.org/3.2/library/exceptions.html#UnicodeError
codecs.register_error()https://docs.python.org/3.2/library/codecs.html#codecs.register_error
Codec Base Classeshttps://docs.python.org/3.2/library/codecs.html#codec-base-classes
Standard Encodingshttps://docs.python.org/3.2/library/codecs.html#standard-encodings
https://docs.python.org/3.2/library/stdtypes.html#bytes.fromhex
https://docs.python.org/3.2/library/stdtypes.html#bytearray.fromhex
byteshttps://docs.python.org/3.2/library/functions.html#bytes
https://docs.python.org/3.2/library/stdtypes.html#bytes.translate
https://docs.python.org/3.2/library/stdtypes.html#bytearray.translate
bytes.maketrans()https://docs.python.org/3.2/library/stdtypes.html#bytes.maketrans
https://docs.python.org/3.2/library/stdtypes.html#bytes.maketrans
https://docs.python.org/3.2/library/stdtypes.html#bytearray.maketrans
bytes.translate()https://docs.python.org/3.2/library/stdtypes.html#bytes.translate
sethttps://docs.python.org/3.2/library/stdtypes.html#set
frozensethttps://docs.python.org/3.2/library/stdtypes.html#frozenset
https://docs.python.org/3.2/library/stdtypes.html#set-types-set-frozenset
hashablehttps://docs.python.org/3.2/glossary.html#term-hashable
dicthttps://docs.python.org/3.2/library/stdtypes.html#dict
listhttps://docs.python.org/3.2/library/functions.html#list
tuplehttps://docs.python.org/3.2/library/functions.html#tuple
collectionshttps://docs.python.org/3.2/library/collections.html#module-collections
sethttps://docs.python.org/3.2/library/stdtypes.html#set
frozensethttps://docs.python.org/3.2/library/stdtypes.html#frozenset
sethttps://docs.python.org/3.2/library/stdtypes.html#set
frozensethttps://docs.python.org/3.2/library/stdtypes.html#frozenset
hashablehttps://docs.python.org/3.2/glossary.html#term-hashable
sethttps://docs.python.org/3.2/library/stdtypes.html#set
https://docs.python.org/3.2/library/stdtypes.html#set
https://docs.python.org/3.2/library/stdtypes.html#frozenset
frozensethttps://docs.python.org/3.2/library/stdtypes.html#frozenset
sethttps://docs.python.org/3.2/library/stdtypes.html#set
frozensethttps://docs.python.org/3.2/library/stdtypes.html#frozenset
https://docs.python.org/3.2/library/stdtypes.html#set.isdisjoint
https://docs.python.org/3.2/library/stdtypes.html#set.issubset
https://docs.python.org/3.2/library/stdtypes.html#set.issuperset
https://docs.python.org/3.2/library/stdtypes.html#set.union
https://docs.python.org/3.2/library/stdtypes.html#set.intersection
https://docs.python.org/3.2/library/stdtypes.html#set.difference
https://docs.python.org/3.2/library/stdtypes.html#set.symmetric_difference
https://docs.python.org/3.2/library/stdtypes.html#set.copy
union()https://docs.python.org/3.2/library/stdtypes.html#set.union
intersection()https://docs.python.org/3.2/library/stdtypes.html#set.intersection
difference()https://docs.python.org/3.2/library/stdtypes.html#set.difference
symmetric_difference()https://docs.python.org/3.2/library/stdtypes.html#set.symmetric_difference
issubset()https://docs.python.org/3.2/library/stdtypes.html#set.issubset
issuperset()https://docs.python.org/3.2/library/stdtypes.html#set.issuperset
sethttps://docs.python.org/3.2/library/stdtypes.html#set
frozensethttps://docs.python.org/3.2/library/stdtypes.html#frozenset
sethttps://docs.python.org/3.2/library/stdtypes.html#set
frozensethttps://docs.python.org/3.2/library/stdtypes.html#frozenset
hashablehttps://docs.python.org/3.2/glossary.html#term-hashable
sethttps://docs.python.org/3.2/library/stdtypes.html#set
frozensethttps://docs.python.org/3.2/library/stdtypes.html#frozenset
frozensethttps://docs.python.org/3.2/library/stdtypes.html#frozenset
sethttps://docs.python.org/3.2/library/stdtypes.html#set
frozensethttps://docs.python.org/3.2/library/stdtypes.html#frozenset
https://docs.python.org/3.2/library/stdtypes.html#set.update
https://docs.python.org/3.2/library/stdtypes.html#set.intersection_update
https://docs.python.org/3.2/library/stdtypes.html#set.difference_update
https://docs.python.org/3.2/library/stdtypes.html#set.symmetric_difference_update
https://docs.python.org/3.2/library/stdtypes.html#set.add
https://docs.python.org/3.2/library/stdtypes.html#set.remove
KeyErrorhttps://docs.python.org/3.2/library/exceptions.html#KeyError
https://docs.python.org/3.2/library/stdtypes.html#set.discard
https://docs.python.org/3.2/library/stdtypes.html#set.pop
KeyErrorhttps://docs.python.org/3.2/library/exceptions.html#KeyError
https://docs.python.org/3.2/library/stdtypes.html#set.clear
update()https://docs.python.org/3.2/library/stdtypes.html#set.update
intersection_update()https://docs.python.org/3.2/library/stdtypes.html#set.intersection_update
difference_update()https://docs.python.org/3.2/library/stdtypes.html#set.difference_update
symmetric_difference_update()https://docs.python.org/3.2/library/stdtypes.html#set.symmetric_difference_update
__contains__()https://docs.python.org/3.2/reference/datamodel.html#object.__contains__
remove()https://docs.python.org/3.2/library/stdtypes.html#set.remove
discard()https://docs.python.org/3.2/library/stdtypes.html#set.discard
dicthttps://docs.python.org/3.2/library/stdtypes.html#dict
https://docs.python.org/3.2/library/stdtypes.html#mapping-types-dict
mappinghttps://docs.python.org/3.2/glossary.html#term-mapping
hashablehttps://docs.python.org/3.2/glossary.html#term-hashable
listhttps://docs.python.org/3.2/library/functions.html#list
sethttps://docs.python.org/3.2/library/stdtypes.html#set
tuplehttps://docs.python.org/3.2/library/functions.html#tuple
collectionshttps://docs.python.org/3.2/library/collections.html#module-collections
hashablehttps://docs.python.org/3.2/glossary.html#term-hashable
dicthttps://docs.python.org/3.2/library/stdtypes.html#dict
https://docs.python.org/3.2/library/stdtypes.html#dict
iteratorhttps://docs.python.org/3.2/glossary.html#term-iterator
KeyErrorhttps://docs.python.org/3.2/library/exceptions.html#KeyError
KeyErrorhttps://docs.python.org/3.2/library/exceptions.html#KeyError
collections.Counterhttps://docs.python.org/3.2/library/collections.html#collections.Counter
KeyErrorhttps://docs.python.org/3.2/library/exceptions.html#KeyError
https://docs.python.org/3.2/library/stdtypes.html#dict.clear
https://docs.python.org/3.2/library/stdtypes.html#dict.copy
https://docs.python.org/3.2/library/stdtypes.html#dict.fromkeys
fromkeys()https://docs.python.org/3.2/library/stdtypes.html#dict.fromkeys
https://docs.python.org/3.2/library/stdtypes.html#dict.get
KeyErrorhttps://docs.python.org/3.2/library/exceptions.html#KeyError
https://docs.python.org/3.2/library/stdtypes.html#dict.items
https://docs.python.org/3.2/library/stdtypes.html#dict.keys
https://docs.python.org/3.2/library/stdtypes.html#dict.pop
KeyErrorhttps://docs.python.org/3.2/library/exceptions.html#KeyError
https://docs.python.org/3.2/library/stdtypes.html#dict.popitem
popitem()https://docs.python.org/3.2/library/stdtypes.html#dict.popitem
popitem()https://docs.python.org/3.2/library/stdtypes.html#dict.popitem
KeyErrorhttps://docs.python.org/3.2/library/exceptions.html#KeyError
https://docs.python.org/3.2/library/stdtypes.html#dict.setdefault
https://docs.python.org/3.2/library/stdtypes.html#dict.update
update()https://docs.python.org/3.2/library/stdtypes.html#dict.update
https://docs.python.org/3.2/library/stdtypes.html#dict.values
https://docs.python.org/3.2/library/stdtypes.html#dictionary-view-objects
dict.keys()https://docs.python.org/3.2/library/stdtypes.html#dict.keys
dict.values()https://docs.python.org/3.2/library/stdtypes.html#dict.values
dict.items()https://docs.python.org/3.2/library/stdtypes.html#dict.items
zip()https://docs.python.org/3.2/library/functions.html#zip
RuntimeErrorhttps://docs.python.org/3.2/library/exceptions.html#RuntimeError
collections.Sethttps://docs.python.org/3.2/library/collections.html#collections.Set
https://docs.python.org/3.2/library/stdtypes.html#memoryview-type
memoryviewhttps://docs.python.org/3.2/library/stdtypes.html#memoryview
buffer protocolhttps://docs.python.org/3.2/c-api/buffer.html#bufferobjects
https://docs.python.org/3.2/library/stdtypes.html#memoryview
memoryviewhttps://docs.python.org/3.2/library/stdtypes.html#memoryview
byteshttps://docs.python.org/3.2/library/functions.html#bytes
bytearrayhttps://docs.python.org/3.2/library/functions.html#bytearray
memoryviewhttps://docs.python.org/3.2/library/stdtypes.html#memoryview
byteshttps://docs.python.org/3.2/library/functions.html#bytes
bytearrayhttps://docs.python.org/3.2/library/functions.html#bytearray
array.arrayhttps://docs.python.org/3.2/library/array.html#array.array
itemsizehttps://docs.python.org/3.2/library/stdtypes.html#memoryview.itemsize
memoryviewhttps://docs.python.org/3.2/library/stdtypes.html#memoryview
byteshttps://docs.python.org/3.2/library/functions.html#bytes
memoryviewhttps://docs.python.org/3.2/library/stdtypes.html#memoryview
https://docs.python.org/3.2/library/stdtypes.html#memoryview.tobytes
byteshttps://docs.python.org/3.2/library/functions.html#bytes
https://docs.python.org/3.2/library/stdtypes.html#memoryview.tolist
https://docs.python.org/3.2/library/stdtypes.html#memoryview.release
bytearrayhttps://docs.python.org/3.2/library/functions.html#bytearray
ValueErrorhttps://docs.python.org/3.2/library/exceptions.html#ValueError
release()https://docs.python.org/3.2/library/stdtypes.html#memoryview.release
https://docs.python.org/3.2/library/stdtypes.html#memoryview.format
structhttps://docs.python.org/3.2/library/struct.html#module-struct
https://docs.python.org/3.2/library/stdtypes.html#memoryview.itemsize
https://docs.python.org/3.2/library/stdtypes.html#memoryview.shape
ndimhttps://docs.python.org/3.2/library/stdtypes.html#memoryview.ndim
https://docs.python.org/3.2/library/stdtypes.html#memoryview.ndim
https://docs.python.org/3.2/library/stdtypes.html#memoryview.strides
ndimhttps://docs.python.org/3.2/library/stdtypes.html#memoryview.ndim
https://docs.python.org/3.2/library/stdtypes.html#memoryview.readonly
https://docs.python.org/3.2/library/stdtypes.html#context-manager-types
withhttps://docs.python.org/3.2/reference/compound_stmts.html#with
https://docs.python.org/3.2/library/stdtypes.html#contextmanager.__enter__
ashttps://docs.python.org/3.2/reference/compound_stmts.html#as
withhttps://docs.python.org/3.2/reference/compound_stmts.html#with
file objecthttps://docs.python.org/3.2/glossary.html#term-file-object
open()https://docs.python.org/3.2/library/functions.html#open
withhttps://docs.python.org/3.2/reference/compound_stmts.html#with
decimal.localcontext()https://docs.python.org/3.2/library/decimal.html#decimal.localcontext
withhttps://docs.python.org/3.2/reference/compound_stmts.html#with
withhttps://docs.python.org/3.2/reference/compound_stmts.html#with
https://docs.python.org/3.2/library/stdtypes.html#contextmanager.__exit__
withhttps://docs.python.org/3.2/reference/compound_stmts.html#with
withhttps://docs.python.org/3.2/reference/compound_stmts.html#with
withhttps://docs.python.org/3.2/reference/compound_stmts.html#with
withhttps://docs.python.org/3.2/reference/compound_stmts.html#with
__exit__()https://docs.python.org/3.2/library/stdtypes.html#contextmanager.__exit__
contextlibhttps://docs.python.org/3.2/library/contextlib.html#module-contextlib
generatorhttps://docs.python.org/3.2/glossary.html#term-generator
contextlib.contextmanagerhttps://docs.python.org/3.2/library/contextlib.html#contextlib.contextmanager
contextlib.contextmanagerhttps://docs.python.org/3.2/library/contextlib.html#contextlib.contextmanager
__enter__()https://docs.python.org/3.2/reference/datamodel.html#object.__enter__
__exit__()https://docs.python.org/3.2/reference/datamodel.html#object.__exit__
https://docs.python.org/3.2/library/stdtypes.html#other-built-in-types
https://docs.python.org/3.2/library/stdtypes.html#modules
importhttps://docs.python.org/3.2/reference/simple_stmts.html#import
https://docs.python.org/3.2/library/stdtypes.html#classes-and-class-instances
Objects, values and typeshttps://docs.python.org/3.2/reference/datamodel.html#objects
Class definitionshttps://docs.python.org/3.2/reference/compound_stmts.html#class
https://docs.python.org/3.2/library/stdtypes.html#functions
Function definitionshttps://docs.python.org/3.2/reference/compound_stmts.html#function
https://docs.python.org/3.2/library/stdtypes.html#methods
AttributeErrorhttps://docs.python.org/3.2/library/exceptions.html#AttributeError
The standard type hierarchyhttps://docs.python.org/3.2/reference/datamodel.html#types
https://docs.python.org/3.2/library/stdtypes.html#code-objects
compile()https://docs.python.org/3.2/library/functions.html#compile
codehttps://docs.python.org/3.2/library/code.html#module-code
exec()https://docs.python.org/3.2/library/functions.html#exec
eval()https://docs.python.org/3.2/library/functions.html#eval
The standard type hierarchyhttps://docs.python.org/3.2/reference/datamodel.html#types
https://docs.python.org/3.2/library/stdtypes.html#type-objects
type()https://docs.python.org/3.2/library/functions.html#type
typeshttps://docs.python.org/3.2/library/types.html#module-types
https://docs.python.org/3.2/library/stdtypes.html#the-null-object
https://docs.python.org/3.2/library/stdtypes.html#the-ellipsis-object
Slicingshttps://docs.python.org/3.2/reference/expressions.html#slicings
Ellipsishttps://docs.python.org/3.2/library/constants.html#Ellipsis
https://docs.python.org/3.2/library/stdtypes.html#the-notimplemented-object
Comparisonshttps://docs.python.org/3.2/reference/expressions.html#comparisons
https://docs.python.org/3.2/library/stdtypes.html#boolean-values
bool()https://docs.python.org/3.2/library/functions.html#bool
Truth Value Testinghttps://docs.python.org/3.2/library/stdtypes.html#truth
https://docs.python.org/3.2/library/stdtypes.html#internal-objects
The standard type hierarchyhttps://docs.python.org/3.2/reference/datamodel.html#types
https://docs.python.org/3.2/library/stdtypes.html#special-attributes
dir()https://docs.python.org/3.2/library/functions.html#dir
https://docs.python.org/3.2/library/stdtypes.html#object.__dict__
https://docs.python.org/3.2/library/stdtypes.html#instance.__class__
https://docs.python.org/3.2/library/stdtypes.html#class.__bases__
https://docs.python.org/3.2/library/stdtypes.html#class.__name__
https://docs.python.org/3.2/library/stdtypes.html#class.__mro__
https://docs.python.org/3.2/library/stdtypes.html#class.mro
__mro__https://docs.python.org/3.2/library/stdtypes.html#class.__mro__
https://docs.python.org/3.2/library/stdtypes.html#class.__subclasses__
[1]https://docs.python.org/3.2/library/stdtypes.html#id1
Basic customizationhttps://docs.python.org/3.2/reference/datamodel.html#customization
[2]https://docs.python.org/3.2/library/stdtypes.html#id2
[3]https://docs.python.org/3.2/library/stdtypes.html#id4
1https://docs.python.org/3.2/library/stdtypes.html#id6
2https://docs.python.org/3.2/library/stdtypes.html#id7
3https://docs.python.org/3.2/library/stdtypes.html#id8
4https://docs.python.org/3.2/library/stdtypes.html#id9
[5]https://docs.python.org/3.2/library/stdtypes.html#id10
Table Of Contentshttps://docs.python.org/3.2/contents.html
4. Built-in Typeshttps://docs.python.org/3.2/library/stdtypes.html
4.1. Truth Value Testinghttps://docs.python.org/3.2/library/stdtypes.html#truth-value-testing
4.2. Boolean Operations — and, or, nothttps://docs.python.org/3.2/library/stdtypes.html#boolean-operations-and-or-not
4.3. Comparisonshttps://docs.python.org/3.2/library/stdtypes.html#comparisons
4.4. Numeric Types — int, float, complexhttps://docs.python.org/3.2/library/stdtypes.html#numeric-types-int-float-complex
4.4.1. Bitwise Operations on Integer Typeshttps://docs.python.org/3.2/library/stdtypes.html#bitwise-operations-on-integer-types
4.4.2. Additional Methods on Integer Typeshttps://docs.python.org/3.2/library/stdtypes.html#additional-methods-on-integer-types
4.4.3. Additional Methods on Floathttps://docs.python.org/3.2/library/stdtypes.html#additional-methods-on-float
4.4.4. Hashing of numeric typeshttps://docs.python.org/3.2/library/stdtypes.html#hashing-of-numeric-types
4.5. Iterator Typeshttps://docs.python.org/3.2/library/stdtypes.html#iterator-types
4.5.1. Generator Typeshttps://docs.python.org/3.2/library/stdtypes.html#generator-types
4.6. Sequence Types — str, bytes, bytearray, list, tuple, rangehttps://docs.python.org/3.2/library/stdtypes.html#sequence-types-str-bytes-bytearray-list-tuple-range
4.6.1. String Methodshttps://docs.python.org/3.2/library/stdtypes.html#string-methods
4.6.2. Old String Formatting Operationshttps://docs.python.org/3.2/library/stdtypes.html#old-string-formatting-operations
4.6.3. Range Typehttps://docs.python.org/3.2/library/stdtypes.html#range-type
4.6.4. Mutable Sequence Typeshttps://docs.python.org/3.2/library/stdtypes.html#mutable-sequence-types
4.6.5. Bytes and Byte Array Methodshttps://docs.python.org/3.2/library/stdtypes.html#bytes-and-byte-array-methods
4.7. Set Types — set, frozensethttps://docs.python.org/3.2/library/stdtypes.html#set-types-set-frozenset
4.8. Mapping Types — dicthttps://docs.python.org/3.2/library/stdtypes.html#mapping-types-dict
4.8.1. Dictionary view objectshttps://docs.python.org/3.2/library/stdtypes.html#dictionary-view-objects
4.9. memoryview typehttps://docs.python.org/3.2/library/stdtypes.html#memoryview-type
4.10. Context Manager Typeshttps://docs.python.org/3.2/library/stdtypes.html#context-manager-types
4.11. Other Built-in Typeshttps://docs.python.org/3.2/library/stdtypes.html#other-built-in-types
4.11.1. Moduleshttps://docs.python.org/3.2/library/stdtypes.html#modules
4.11.2. Classes and Class Instanceshttps://docs.python.org/3.2/library/stdtypes.html#classes-and-class-instances
4.11.3. Functionshttps://docs.python.org/3.2/library/stdtypes.html#functions
4.11.4. Methodshttps://docs.python.org/3.2/library/stdtypes.html#methods
4.11.5. Code Objectshttps://docs.python.org/3.2/library/stdtypes.html#code-objects
4.11.6. Type Objectshttps://docs.python.org/3.2/library/stdtypes.html#type-objects
4.11.7. The Null Objecthttps://docs.python.org/3.2/library/stdtypes.html#the-null-object
4.11.8. The Ellipsis Objecthttps://docs.python.org/3.2/library/stdtypes.html#the-ellipsis-object
4.11.9. The NotImplemented Objecthttps://docs.python.org/3.2/library/stdtypes.html#the-notimplemented-object
4.11.10. Boolean Valueshttps://docs.python.org/3.2/library/stdtypes.html#boolean-values
4.11.11. Internal Objectshttps://docs.python.org/3.2/library/stdtypes.html#internal-objects
4.12. Special Attributeshttps://docs.python.org/3.2/library/stdtypes.html#special-attributes
3. Built-in Constantshttps://docs.python.org/3.2/library/constants.html
5. Built-in Exceptionshttps://docs.python.org/3.2/library/exceptions.html
Report a Bughttps://docs.python.org/3.2/bugs.html
Show Sourcehttps://docs.python.org/3.2/_sources/library/stdtypes.txt
indexhttps://docs.python.org/3.2/genindex.html
moduleshttps://docs.python.org/3.2/py-modindex.html
nexthttps://docs.python.org/3.2/library/exceptions.html
previoushttps://docs.python.org/3.2/library/constants.html
Pythonhttp://www.python.org/
3.2.6 Documentationhttps://docs.python.org/3.2/index.html
The Python Standard Libraryhttps://docs.python.org/3.2/library/index.html
Copyrighthttps://docs.python.org/3.2/copyright.html
Please donate.http://www.python.org/psf/donations/
Found a bughttps://docs.python.org/3.2/bugs.html
Sphinxhttp://sphinx.pocoo.org/

URLs of crawlers that visited me.