René's URL Explorer Experiment


Title: Built-in Types — Python v3.0.1 documentation

direct link

Domain: docs.python.org

Nonetext/html; charset=utf-8

Links:

indexhttps://docs.python.org/3.0/genindex.html
moduleshttps://docs.python.org/3.0/modindex.html
nexthttps://docs.python.org/3.0/library/exceptions.html
previoushttps://docs.python.org/3.0/library/objects.html
Python v3.0.1 documentationhttps://docs.python.org/3.0/index.html
The Python Standard Libraryhttps://docs.python.org/3.0/library/index.html
https://docs.python.org/3.0/library/stdtypes.html#built-in-types
repr()https://docs.python.org/3.0/library/functions.html#repr
str()https://docs.python.org/3.0/library/functions.html#str
print()https://docs.python.org/3.0/library/functions.html#print
https://docs.python.org/3.0/library/stdtypes.html#truth-value-testing
ifhttps://docs.python.org/3.0/reference/compound_stmts.html#if
whilehttps://docs.python.org/3.0/reference/compound_stmts.html#while
__bool__()https://docs.python.org/3.0/reference/datamodel.html#object.__bool__
__len__()https://docs.python.org/3.0/reference/datamodel.html#object.__len__
boolhttps://docs.python.org/3.0/library/functions.html#bool
[1]https://docs.python.org/3.0/library/stdtypes.html#id8
andhttps://docs.python.org/3.0/reference/expressions.html#and
orhttps://docs.python.org/3.0/reference/expressions.html#or
nothttps://docs.python.org/3.0/reference/expressions.html#not
https://docs.python.org/3.0/library/stdtypes.html#boolean-operations-and-or-not
Falsehttps://docs.python.org/3.0/library/constants.html#False
Truehttps://docs.python.org/3.0/library/constants.html#True
https://docs.python.org/3.0/library/stdtypes.html#comparisons
TypeErrorhttps://docs.python.org/3.0/library/exceptions.html#exceptions.TypeError
__eq__()https://docs.python.org/3.0/reference/datamodel.html#object.__eq__
__lt__()https://docs.python.org/3.0/reference/datamodel.html#object.__lt__
__le__()https://docs.python.org/3.0/reference/datamodel.html#object.__le__
__gt__()https://docs.python.org/3.0/reference/datamodel.html#object.__gt__
__ge__()https://docs.python.org/3.0/reference/datamodel.html#object.__ge__
__lt__()https://docs.python.org/3.0/reference/datamodel.html#object.__lt__
__eq__()https://docs.python.org/3.0/reference/datamodel.html#object.__eq__
ishttps://docs.python.org/3.0/reference/expressions.html#is
is nothttps://docs.python.org/3.0/reference/expressions.html#isnot
inthttps://docs.python.org/3.0/library/functions.html#int
floathttps://docs.python.org/3.0/library/functions.html#float
complexhttps://docs.python.org/3.0/library/functions.html#complex
https://docs.python.org/3.0/library/stdtypes.html#numeric-types-int-float-complex
fractionshttps://docs.python.org/3.0/library/fractions.html#module-fractions
decimalhttps://docs.python.org/3.0/library/decimal.html#module-decimal
[2]https://docs.python.org/3.0/library/stdtypes.html#id9
int()https://docs.python.org/3.0/library/functions.html#int
float()https://docs.python.org/3.0/library/functions.html#float
complex()https://docs.python.org/3.0/library/functions.html#complex
abs()https://docs.python.org/3.0/library/functions.html#abs
int()https://docs.python.org/3.0/library/functions.html#int
float()https://docs.python.org/3.0/library/functions.html#float
complex()https://docs.python.org/3.0/library/functions.html#complex
divmod()https://docs.python.org/3.0/library/functions.html#divmod
pow()https://docs.python.org/3.0/library/functions.html#pow
abs()https://docs.python.org/3.0/library/functions.html#abs
mathhttps://docs.python.org/3.0/library/math.html#module-math
numbers.Realhttps://docs.python.org/3.0/library/numbers.html#numbers.Real
inthttps://docs.python.org/3.0/library/functions.html#int
floathttps://docs.python.org/3.0/library/functions.html#float
mathhttps://docs.python.org/3.0/library/math.html#module-math
cmathhttps://docs.python.org/3.0/library/cmath.html#module-cmath
https://docs.python.org/3.0/library/stdtypes.html#bit-string-operations-on-integer-types
ValueErrorhttps://docs.python.org/3.0/library/exceptions.html#exceptions.ValueError
https://docs.python.org/3.0/library/stdtypes.html#additional-methods-on-integer-types
https://docs.python.org/3.0/library/stdtypes.html#int.bit_length
https://docs.python.org/3.0/library/stdtypes.html#additional-methods-on-float
https://docs.python.org/3.0/library/stdtypes.html#float.as_integer_ratio
OverflowErrorhttps://docs.python.org/3.0/library/exceptions.html#exceptions.OverflowError
ValueErrorhttps://docs.python.org/3.0/library/exceptions.html#exceptions.ValueError
https://docs.python.org/3.0/library/stdtypes.html#float.hex
https://docs.python.org/3.0/library/stdtypes.html#float.fromhex
float.hex()https://docs.python.org/3.0/library/stdtypes.html#float.hex
float.fromhex()https://docs.python.org/3.0/library/stdtypes.html#float.fromhex
float.hex()https://docs.python.org/3.0/library/stdtypes.html#float.hex
float.fromhex()https://docs.python.org/3.0/library/stdtypes.html#float.fromhex
https://docs.python.org/3.0/library/stdtypes.html#iterator-types
https://docs.python.org/3.0/library/stdtypes.html#container.__iter__
tp_iterhttps://docs.python.org/3.0/c-api/typeobj.html#tp_iter
https://docs.python.org/3.0/library/stdtypes.html#iterator.__iter__
forhttps://docs.python.org/3.0/reference/compound_stmts.html#for
inhttps://docs.python.org/3.0/reference/expressions.html#in
tp_iterhttps://docs.python.org/3.0/c-api/typeobj.html#tp_iter
https://docs.python.org/3.0/library/stdtypes.html#iterator.__next__
StopIterationhttps://docs.python.org/3.0/library/exceptions.html#exceptions.StopIteration
tp_iternexthttps://docs.python.org/3.0/c-api/typeobj.html#tp_iternext
StopIterationhttps://docs.python.org/3.0/library/exceptions.html#exceptions.StopIteration
generatorhttps://docs.python.org/3.0/glossary.html#term-generator
__iter__()https://docs.python.org/3.0/reference/datamodel.html#object.__iter__
__iter__()https://docs.python.org/3.0/reference/datamodel.html#object.__iter__
strhttps://docs.python.org/3.0/library/functions.html#str
byteshttps://docs.python.org/3.0/library/functions.html#bytes
bytearrayhttps://docs.python.org/3.0/library/functions.html#bytearray
listhttps://docs.python.org/3.0/library/functions.html#list
tuplehttps://docs.python.org/3.0/library/functions.html#tuple
rangehttps://docs.python.org/3.0/library/functions.html#range
https://docs.python.org/3.0/library/stdtypes.html#sequence-types-str-bytes-bytearray-list-tuple-range
byteshttps://docs.python.org/3.0/library/functions.html#bytes
bytearrayhttps://docs.python.org/3.0/library/functions.html#bytearray
dicthttps://docs.python.org/3.0/library/stdtypes.html#dict
sethttps://docs.python.org/3.0/library/stdtypes.html#set
collectionshttps://docs.python.org/3.0/library/collections.html#module-collections
String and Bytes literalshttps://docs.python.org/3.0/reference/lexical_analysis.html#strings
String Methodshttps://docs.python.org/3.0/library/stdtypes.html#string-methods
bytes()https://docs.python.org/3.0/library/functions.html#bytes
bytearray()https://docs.python.org/3.0/library/functions.html#bytearray
range()https://docs.python.org/3.0/library/functions.html#range
min()https://docs.python.org/3.0/library/functions.html#min
max()https://docs.python.org/3.0/library/functions.html#max
[3]https://docs.python.org/3.0/library/stdtypes.html#id10
Mutable Sequence Typeshttps://docs.python.org/3.0/library/stdtypes.html#typesseq-mutable
Comparisonshttps://docs.python.org/3.0/reference/expressions.html#comparisons
str.join()https://docs.python.org/3.0/library/stdtypes.html#str.join
https://docs.python.org/3.0/library/stdtypes.html#id4
Sequence Types — str, bytes, bytearray, list, tuple, rangehttps://docs.python.org/3.0/library/stdtypes.html#typesseq
String Formattinghttps://docs.python.org/3.0/library/string.html#string-formatting
rehttps://docs.python.org/3.0/library/re.html#module-re
https://docs.python.org/3.0/library/stdtypes.html#str.capitalize
https://docs.python.org/3.0/library/stdtypes.html#str.center
https://docs.python.org/3.0/library/stdtypes.html#str.count
https://docs.python.org/3.0/library/stdtypes.html#str.encode
UnicodeErrorhttps://docs.python.org/3.0/library/exceptions.html#exceptions.UnicodeError
codecs.register_error()https://docs.python.org/3.0/library/codecs.html#codecs.register_error
Codec Base Classeshttps://docs.python.org/3.0/library/codecs.html#codec-base-classes
Standard Encodingshttps://docs.python.org/3.0/library/codecs.html#standard-encodings
https://docs.python.org/3.0/library/stdtypes.html#str.endswith
https://docs.python.org/3.0/library/stdtypes.html#str.expandtabs
https://docs.python.org/3.0/library/stdtypes.html#str.find
https://docs.python.org/3.0/library/stdtypes.html#str.format
Format String Syntaxhttps://docs.python.org/3.0/library/string.html#formatstrings
https://docs.python.org/3.0/library/stdtypes.html#str.index
ValueErrorhttps://docs.python.org/3.0/library/exceptions.html#exceptions.ValueError
https://docs.python.org/3.0/library/stdtypes.html#str.isalnum
https://docs.python.org/3.0/library/stdtypes.html#str.isalpha
https://docs.python.org/3.0/library/stdtypes.html#str.isdecimal
https://docs.python.org/3.0/library/stdtypes.html#str.isdigit
https://docs.python.org/3.0/library/stdtypes.html#str.isidentifier
Identifiers and keywordshttps://docs.python.org/3.0/reference/lexical_analysis.html#identifiers
https://docs.python.org/3.0/library/stdtypes.html#str.islower
https://docs.python.org/3.0/library/stdtypes.html#str.isnumeric
https://docs.python.org/3.0/library/stdtypes.html#str.isprintable
repr()https://docs.python.org/3.0/library/functions.html#repr
sys.stdouthttps://docs.python.org/3.0/library/sys.html#sys.stdout
sys.stderrhttps://docs.python.org/3.0/library/sys.html#sys.stderr
https://docs.python.org/3.0/library/stdtypes.html#str.isspace
https://docs.python.org/3.0/library/stdtypes.html#str.istitle
https://docs.python.org/3.0/library/stdtypes.html#str.isupper
https://docs.python.org/3.0/library/stdtypes.html#str.join
TypeErrorhttps://docs.python.org/3.0/library/exceptions.html#exceptions.TypeError
byteshttps://docs.python.org/3.0/library/functions.html#bytes
https://docs.python.org/3.0/library/stdtypes.html#str.ljust
https://docs.python.org/3.0/library/stdtypes.html#str.lower
https://docs.python.org/3.0/library/stdtypes.html#str.lstrip
https://docs.python.org/3.0/library/stdtypes.html#str.maketrans
str.translate()https://docs.python.org/3.0/library/stdtypes.html#str.translate
https://docs.python.org/3.0/library/stdtypes.html#str.partition
https://docs.python.org/3.0/library/stdtypes.html#str.replace
https://docs.python.org/3.0/library/stdtypes.html#str.rfind
https://docs.python.org/3.0/library/stdtypes.html#str.rindex
ValueErrorhttps://docs.python.org/3.0/library/exceptions.html#exceptions.ValueError
https://docs.python.org/3.0/library/stdtypes.html#str.rjust
https://docs.python.org/3.0/library/stdtypes.html#str.rpartition
https://docs.python.org/3.0/library/stdtypes.html#str.rsplit
https://docs.python.org/3.0/library/stdtypes.html#str.rstrip
https://docs.python.org/3.0/library/stdtypes.html#str.split
https://docs.python.org/3.0/library/stdtypes.html#str.splitlines
https://docs.python.org/3.0/library/stdtypes.html#str.startswith
https://docs.python.org/3.0/library/stdtypes.html#str.strip
https://docs.python.org/3.0/library/stdtypes.html#str.swapcase
https://docs.python.org/3.0/library/stdtypes.html#str.title
https://docs.python.org/3.0/library/stdtypes.html#str.translate
str.maketrans()https://docs.python.org/3.0/library/stdtypes.html#str.maketrans
codecshttps://docs.python.org/3.0/library/codecs.html#module-codecs
https://docs.python.org/3.0/library/stdtypes.html#str.upper
https://docs.python.org/3.0/library/stdtypes.html#str.zfill
https://docs.python.org/3.0/library/stdtypes.html#old-string-formatting-operations
String Formattinghttps://docs.python.org/3.0/library/string.html#string-formatting
[4]https://docs.python.org/3.0/library/stdtypes.html#id11
repr()https://docs.python.org/3.0/library/functions.html#repr
str()https://docs.python.org/3.0/library/functions.html#str
PEP 237http://www.python.org/dev/peps/pep-0237
[5]https://docs.python.org/3.0/library/stdtypes.html#id12
stringhttps://docs.python.org/3.0/library/string.html#module-string
rehttps://docs.python.org/3.0/library/re.html#module-re
https://docs.python.org/3.0/library/stdtypes.html#range-type
rangehttps://docs.python.org/3.0/library/functions.html#range
rangehttps://docs.python.org/3.0/library/functions.html#range
rangehttps://docs.python.org/3.0/library/functions.html#range
len()https://docs.python.org/3.0/library/functions.html#len
https://docs.python.org/3.0/library/stdtypes.html#mutable-sequence-types
ValueErrorhttps://docs.python.org/3.0/library/exceptions.html#exceptions.ValueError
ValueErrorhttps://docs.python.org/3.0/library/exceptions.html#exceptions.ValueError
bytearrayhttps://docs.python.org/3.0/library/functions.html#bytearray
https://docs.python.org/3.0/library/stdtypes.html#bytes-and-byte-array-methods
format()https://docs.python.org/3.0/library/functions.html#format
https://docs.python.org/3.0/library/stdtypes.html#bytes.fromhex
https://docs.python.org/3.0/library/stdtypes.html#bytearray.fromhex
byteshttps://docs.python.org/3.0/library/functions.html#bytes
https://docs.python.org/3.0/library/stdtypes.html#bytes.translate
string.maketrans()https://docs.python.org/3.0/library/string.html#string.maketrans
sethttps://docs.python.org/3.0/library/stdtypes.html#set
frozensethttps://docs.python.org/3.0/library/stdtypes.html#frozenset
https://docs.python.org/3.0/library/stdtypes.html#set-types-set-frozenset
hashablehttps://docs.python.org/3.0/glossary.html#term-hashable
dicthttps://docs.python.org/3.0/library/stdtypes.html#dict
listhttps://docs.python.org/3.0/library/functions.html#list
tuplehttps://docs.python.org/3.0/library/functions.html#tuple
collectionshttps://docs.python.org/3.0/library/collections.html#module-collections
sethttps://docs.python.org/3.0/library/stdtypes.html#set
frozensethttps://docs.python.org/3.0/library/stdtypes.html#frozenset
sethttps://docs.python.org/3.0/library/stdtypes.html#set
frozensethttps://docs.python.org/3.0/library/stdtypes.html#frozenset
hashablehttps://docs.python.org/3.0/glossary.html#term-hashable
https://docs.python.org/3.0/library/stdtypes.html#set
https://docs.python.org/3.0/library/stdtypes.html#frozenset
frozensethttps://docs.python.org/3.0/library/stdtypes.html#frozenset
sethttps://docs.python.org/3.0/library/stdtypes.html#set
frozensethttps://docs.python.org/3.0/library/stdtypes.html#frozenset
https://docs.python.org/3.0/library/stdtypes.html#set.isdisjoint
https://docs.python.org/3.0/library/stdtypes.html#set.issubset
https://docs.python.org/3.0/library/stdtypes.html#set.issuperset
https://docs.python.org/3.0/library/stdtypes.html#set.union
https://docs.python.org/3.0/library/stdtypes.html#set.intersection
https://docs.python.org/3.0/library/stdtypes.html#set.difference
https://docs.python.org/3.0/library/stdtypes.html#set.symmetric_difference
https://docs.python.org/3.0/library/stdtypes.html#set.copy
sethttps://docs.python.org/3.0/library/stdtypes.html#set
frozensethttps://docs.python.org/3.0/library/stdtypes.html#frozenset
sethttps://docs.python.org/3.0/library/stdtypes.html#set
frozensethttps://docs.python.org/3.0/library/stdtypes.html#frozenset
hashablehttps://docs.python.org/3.0/glossary.html#term-hashable
sethttps://docs.python.org/3.0/library/stdtypes.html#set
frozensethttps://docs.python.org/3.0/library/stdtypes.html#frozenset
frozensethttps://docs.python.org/3.0/library/stdtypes.html#frozenset
sethttps://docs.python.org/3.0/library/stdtypes.html#set
frozensethttps://docs.python.org/3.0/library/stdtypes.html#frozenset
https://docs.python.org/3.0/library/stdtypes.html#set.update
https://docs.python.org/3.0/library/stdtypes.html#set.intersection_update
https://docs.python.org/3.0/library/stdtypes.html#set.difference_update
https://docs.python.org/3.0/library/stdtypes.html#set.symmetric_difference_update
https://docs.python.org/3.0/library/stdtypes.html#set.add
https://docs.python.org/3.0/library/stdtypes.html#set.remove
KeyErrorhttps://docs.python.org/3.0/library/exceptions.html#exceptions.KeyError
https://docs.python.org/3.0/library/stdtypes.html#set.discard
https://docs.python.org/3.0/library/stdtypes.html#set.pop
KeyErrorhttps://docs.python.org/3.0/library/exceptions.html#exceptions.KeyError
https://docs.python.org/3.0/library/stdtypes.html#set.clear
__contains__()https://docs.python.org/3.0/reference/datamodel.html#object.__contains__
dicthttps://docs.python.org/3.0/library/stdtypes.html#dict
https://docs.python.org/3.0/library/stdtypes.html#mapping-types-dict
hashablehttps://docs.python.org/3.0/glossary.html#term-hashable
listhttps://docs.python.org/3.0/library/functions.html#list
sethttps://docs.python.org/3.0/library/stdtypes.html#set
tuplehttps://docs.python.org/3.0/library/functions.html#tuple
collectionshttps://docs.python.org/3.0/library/collections.html#module-collections
hashablehttps://docs.python.org/3.0/glossary.html#term-hashable
dicthttps://docs.python.org/3.0/library/stdtypes.html#dict
https://docs.python.org/3.0/library/stdtypes.html#dict
KeyErrorhttps://docs.python.org/3.0/library/exceptions.html#exceptions.KeyError
KeyErrorhttps://docs.python.org/3.0/library/exceptions.html#exceptions.KeyError
collections.defaultdicthttps://docs.python.org/3.0/library/collections.html#collections.defaultdict
KeyErrorhttps://docs.python.org/3.0/library/exceptions.html#exceptions.KeyError
https://docs.python.org/3.0/library/stdtypes.html#dict.clear
https://docs.python.org/3.0/library/stdtypes.html#dict.copy
https://docs.python.org/3.0/library/stdtypes.html#dict.fromkeys
https://docs.python.org/3.0/library/stdtypes.html#dict.get
KeyErrorhttps://docs.python.org/3.0/library/exceptions.html#exceptions.KeyError
https://docs.python.org/3.0/library/stdtypes.html#dict.items
https://docs.python.org/3.0/library/stdtypes.html#dict.keys
https://docs.python.org/3.0/library/stdtypes.html#dict.pop
KeyErrorhttps://docs.python.org/3.0/library/exceptions.html#exceptions.KeyError
https://docs.python.org/3.0/library/stdtypes.html#dict.popitem
KeyErrorhttps://docs.python.org/3.0/library/exceptions.html#exceptions.KeyError
https://docs.python.org/3.0/library/stdtypes.html#dict.setdefault
https://docs.python.org/3.0/library/stdtypes.html#dict.update
https://docs.python.org/3.0/library/stdtypes.html#dict.values
https://docs.python.org/3.0/library/stdtypes.html#dictionary-view-objects
dict.keys()https://docs.python.org/3.0/library/stdtypes.html#dict.keys
dict.values()https://docs.python.org/3.0/library/stdtypes.html#dict.values
dict.items()https://docs.python.org/3.0/library/stdtypes.html#dict.items
zip()https://docs.python.org/3.0/library/functions.html#zip
https://docs.python.org/3.0/library/stdtypes.html#file-objects
open()https://docs.python.org/3.0/library/functions.html#open
os.fdopen()https://docs.python.org/3.0/library/os.html#os.fdopen
tempfilehttps://docs.python.org/3.0/library/tempfile.html#module-tempfile
shutilhttps://docs.python.org/3.0/library/shutil.html#module-shutil
IOErrorhttps://docs.python.org/3.0/library/exceptions.html#exceptions.IOError
https://docs.python.org/3.0/library/stdtypes.html#file.close
ValueErrorhttps://docs.python.org/3.0/library/exceptions.html#exceptions.ValueError
withhttps://docs.python.org/3.0/reference/compound_stmts.html#with
withhttps://docs.python.org/3.0/reference/compound_stmts.html#with
withhttps://docs.python.org/3.0/reference/compound_stmts.html#with
contextlib.closing()https://docs.python.org/3.0/library/contextlib.html#contextlib.closing
https://docs.python.org/3.0/library/stdtypes.html#file.flush
https://docs.python.org/3.0/library/stdtypes.html#file.fileno
fcntlhttps://docs.python.org/3.0/library/fcntl.html#module-fcntl
os.read()https://docs.python.org/3.0/library/os.html#os.read
https://docs.python.org/3.0/library/stdtypes.html#file.isatty
https://docs.python.org/3.0/library/stdtypes.html#file.__next__
forhttps://docs.python.org/3.0/reference/compound_stmts.html#for
StopIterationhttps://docs.python.org/3.0/library/exceptions.html#exceptions.StopIteration
forhttps://docs.python.org/3.0/reference/compound_stmts.html#for
https://docs.python.org/3.0/library/stdtypes.html#file.read
https://docs.python.org/3.0/library/stdtypes.html#file.readline
[6]https://docs.python.org/3.0/library/stdtypes.html#id13
https://docs.python.org/3.0/library/stdtypes.html#file.readlines
https://docs.python.org/3.0/library/stdtypes.html#file.seek
https://docs.python.org/3.0/library/stdtypes.html#file.tell
https://docs.python.org/3.0/library/stdtypes.html#file.truncate
https://docs.python.org/3.0/library/stdtypes.html#file.write
https://docs.python.org/3.0/library/stdtypes.html#file.writelines
https://docs.python.org/3.0/library/stdtypes.html#file.closed
https://docs.python.org/3.0/library/stdtypes.html#file.encoding
https://docs.python.org/3.0/library/stdtypes.html#file.errors
https://docs.python.org/3.0/library/stdtypes.html#file.mode
open()https://docs.python.org/3.0/library/functions.html#open
https://docs.python.org/3.0/library/stdtypes.html#file.name
open()https://docs.python.org/3.0/library/functions.html#open
https://docs.python.org/3.0/library/stdtypes.html#file.newlines
https://docs.python.org/3.0/library/stdtypes.html#memoryview-types
memoryviewhttps://docs.python.org/3.0/library/stdtypes.html#memoryview
https://docs.python.org/3.0/library/stdtypes.html#memoryview
memoryviewhttps://docs.python.org/3.0/library/stdtypes.html#memoryview
byteshttps://docs.python.org/3.0/library/functions.html#bytes
bytearrayhttps://docs.python.org/3.0/library/functions.html#bytearray
memoryviewhttps://docs.python.org/3.0/library/stdtypes.html#memoryview
memoryviewhttps://docs.python.org/3.0/library/stdtypes.html#memoryview
https://docs.python.org/3.0/library/stdtypes.html#memoryview.tobytes
https://docs.python.org/3.0/library/stdtypes.html#memoryview.tolist
https://docs.python.org/3.0/library/stdtypes.html#memoryview.format
structhttps://docs.python.org/3.0/library/struct.html#module-struct
https://docs.python.org/3.0/library/stdtypes.html#memoryview.itemsize
https://docs.python.org/3.0/library/stdtypes.html#memoryview.shape
ndimhttps://docs.python.org/3.0/c-api/buffer.html#ndim
https://docs.python.org/3.0/library/stdtypes.html#memoryview.ndim
https://docs.python.org/3.0/library/stdtypes.html#memoryview.strides
ndimhttps://docs.python.org/3.0/c-api/buffer.html#ndim
https://docs.python.org/3.0/library/stdtypes.html#context-manager-types
withhttps://docs.python.org/3.0/reference/compound_stmts.html#with
https://docs.python.org/3.0/library/stdtypes.html#contextmanager.__enter__
ashttps://docs.python.org/3.0/reference/compound_stmts.html#as
withhttps://docs.python.org/3.0/reference/compound_stmts.html#with
open()https://docs.python.org/3.0/library/functions.html#open
withhttps://docs.python.org/3.0/reference/compound_stmts.html#with
decimal.localcontext()https://docs.python.org/3.0/library/decimal.html#decimal.localcontext
withhttps://docs.python.org/3.0/reference/compound_stmts.html#with
withhttps://docs.python.org/3.0/reference/compound_stmts.html#with
https://docs.python.org/3.0/library/stdtypes.html#contextmanager.__exit__
withhttps://docs.python.org/3.0/reference/compound_stmts.html#with
withhttps://docs.python.org/3.0/reference/compound_stmts.html#with
withhttps://docs.python.org/3.0/reference/compound_stmts.html#with
withhttps://docs.python.org/3.0/reference/compound_stmts.html#with
__exit__()https://docs.python.org/3.0/reference/datamodel.html#object.__exit__
contextlibhttps://docs.python.org/3.0/library/contextlib.html#module-contextlib
generatorhttps://docs.python.org/3.0/glossary.html#term-generator
decoratorhttps://docs.python.org/3.0/glossary.html#term-decorator
__enter__()https://docs.python.org/3.0/reference/datamodel.html#object.__enter__
__exit__()https://docs.python.org/3.0/reference/datamodel.html#object.__exit__
https://docs.python.org/3.0/library/stdtypes.html#other-built-in-types
https://docs.python.org/3.0/library/stdtypes.html#modules
importhttps://docs.python.org/3.0/reference/simple_stmts.html#import
https://docs.python.org/3.0/library/stdtypes.html#classes-and-class-instances
Objects, values and typeshttps://docs.python.org/3.0/reference/datamodel.html#objects
Class definitionshttps://docs.python.org/3.0/reference/compound_stmts.html#class
https://docs.python.org/3.0/library/stdtypes.html#functions
Function definitionshttps://docs.python.org/3.0/reference/compound_stmts.html#function
https://docs.python.org/3.0/library/stdtypes.html#methods
TypeErrorhttps://docs.python.org/3.0/library/exceptions.html#exceptions.TypeError
The standard type hierarchyhttps://docs.python.org/3.0/reference/datamodel.html#types
https://docs.python.org/3.0/library/stdtypes.html#code-objects
compile()https://docs.python.org/3.0/library/functions.html#compile
codehttps://docs.python.org/3.0/library/code.html#module-code
exec()https://docs.python.org/3.0/library/functions.html#exec
eval()https://docs.python.org/3.0/library/functions.html#eval
The standard type hierarchyhttps://docs.python.org/3.0/reference/datamodel.html#types
https://docs.python.org/3.0/library/stdtypes.html#type-objects
type()https://docs.python.org/3.0/library/functions.html#type
typeshttps://docs.python.org/3.0/library/types.html#module-types
https://docs.python.org/3.0/library/stdtypes.html#the-null-object
https://docs.python.org/3.0/library/stdtypes.html#the-ellipsis-object
Slicingshttps://docs.python.org/3.0/reference/expressions.html#slicings
Ellipsishttps://docs.python.org/3.0/library/constants.html#Ellipsis
https://docs.python.org/3.0/library/stdtypes.html#boolean-values
bool()https://docs.python.org/3.0/library/functions.html#bool
https://docs.python.org/3.0/library/stdtypes.html#internal-objects
The standard type hierarchyhttps://docs.python.org/3.0/reference/datamodel.html#types
https://docs.python.org/3.0/library/stdtypes.html#special-attributes
dir()https://docs.python.org/3.0/library/functions.html#dir
https://docs.python.org/3.0/library/stdtypes.html#object.__dict__
https://docs.python.org/3.0/library/stdtypes.html#instance.__class__
https://docs.python.org/3.0/library/stdtypes.html#class.__bases__
https://docs.python.org/3.0/library/stdtypes.html#class.__name__
[1]https://docs.python.org/3.0/library/stdtypes.html#id1
Basic customizationhttps://docs.python.org/3.0/reference/datamodel.html#customization
[2]https://docs.python.org/3.0/library/stdtypes.html#id2
[3]https://docs.python.org/3.0/library/stdtypes.html#id3
[4]https://docs.python.org/3.0/library/stdtypes.html#id5
[5]https://docs.python.org/3.0/library/stdtypes.html#id6
[6]https://docs.python.org/3.0/library/stdtypes.html#id7
Table Of Contentshttps://docs.python.org/3.0/contents.html
Built-in Typeshttps://docs.python.org/3.0/library/stdtypes.html
Truth Value Testinghttps://docs.python.org/3.0/library/stdtypes.html#truth-value-testing
Boolean Operations — and, or, nothttps://docs.python.org/3.0/library/stdtypes.html#boolean-operations-and-or-not
Comparisonshttps://docs.python.org/3.0/library/stdtypes.html#comparisons
Numeric Types — int, float, complexhttps://docs.python.org/3.0/library/stdtypes.html#numeric-types-int-float-complex
Bit-string Operations on Integer Typeshttps://docs.python.org/3.0/library/stdtypes.html#bit-string-operations-on-integer-types
Additional Methods on Integer Typeshttps://docs.python.org/3.0/library/stdtypes.html#additional-methods-on-integer-types
Additional Methods on Floathttps://docs.python.org/3.0/library/stdtypes.html#additional-methods-on-float
Iterator Typeshttps://docs.python.org/3.0/library/stdtypes.html#iterator-types
Sequence Types — str, bytes, bytearray, list, tuple, rangehttps://docs.python.org/3.0/library/stdtypes.html#sequence-types-str-bytes-bytearray-list-tuple-range
String Methodshttps://docs.python.org/3.0/library/stdtypes.html#id4
Old String Formatting Operationshttps://docs.python.org/3.0/library/stdtypes.html#old-string-formatting-operations
Range Typehttps://docs.python.org/3.0/library/stdtypes.html#range-type
Mutable Sequence Typeshttps://docs.python.org/3.0/library/stdtypes.html#mutable-sequence-types
Bytes and Byte Array Methodshttps://docs.python.org/3.0/library/stdtypes.html#bytes-and-byte-array-methods
Set Types — set, frozensethttps://docs.python.org/3.0/library/stdtypes.html#set-types-set-frozenset
Mapping Types — dicthttps://docs.python.org/3.0/library/stdtypes.html#mapping-types-dict
Dictionary view objectshttps://docs.python.org/3.0/library/stdtypes.html#dictionary-view-objects
File Objectshttps://docs.python.org/3.0/library/stdtypes.html#file-objects
memoryview Typeshttps://docs.python.org/3.0/library/stdtypes.html#memoryview-types
Context Manager Typeshttps://docs.python.org/3.0/library/stdtypes.html#context-manager-types
Other Built-in Typeshttps://docs.python.org/3.0/library/stdtypes.html#other-built-in-types
Moduleshttps://docs.python.org/3.0/library/stdtypes.html#modules
Classes and Class Instanceshttps://docs.python.org/3.0/library/stdtypes.html#classes-and-class-instances
Functionshttps://docs.python.org/3.0/library/stdtypes.html#functions
Methodshttps://docs.python.org/3.0/library/stdtypes.html#methods
Code Objectshttps://docs.python.org/3.0/library/stdtypes.html#code-objects
Type Objectshttps://docs.python.org/3.0/library/stdtypes.html#type-objects
The Null Objecthttps://docs.python.org/3.0/library/stdtypes.html#the-null-object
The Ellipsis Objecthttps://docs.python.org/3.0/library/stdtypes.html#the-ellipsis-object
Boolean Valueshttps://docs.python.org/3.0/library/stdtypes.html#boolean-values
Internal Objectshttps://docs.python.org/3.0/library/stdtypes.html#internal-objects
Special Attributeshttps://docs.python.org/3.0/library/stdtypes.html#special-attributes
Built-in Objectshttps://docs.python.org/3.0/library/objects.html
Built-in Exceptionshttps://docs.python.org/3.0/library/exceptions.html
Show Sourcehttps://docs.python.org/3.0/_sources/library/stdtypes.txt
indexhttps://docs.python.org/3.0/genindex.html
moduleshttps://docs.python.org/3.0/modindex.html
nexthttps://docs.python.org/3.0/library/exceptions.html
previoushttps://docs.python.org/3.0/library/objects.html
Python v3.0.1 documentationhttps://docs.python.org/3.0/index.html
The Python Standard Libraryhttps://docs.python.org/3.0/library/index.html
Copyrighthttps://docs.python.org/3.0/copyright.html
Sphinxhttp://sphinx.pocoo.org/

URLs of crawlers that visited me.