|
| https://www.python.org/ |
| Introduction | https://docs.python.org/library/intro.html |
| Built-in Constants | https://docs.python.org/library/constants.html |
| Report a bug | https://docs.python.org/bugs.html |
| Show source
| https://github.com/python/cpython/blob/main/Doc/library/functions.rst?plain=1 |
| index | https://docs.python.org/genindex.html |
| modules | https://docs.python.org/py-modindex.html |
| next | https://docs.python.org/library/constants.html |
| previous | https://docs.python.org/library/intro.html |
| Python | https://www.python.org/ |
| 3.14.2 Documentation | https://docs.python.org/index.html |
| The Python Standard Library | https://docs.python.org/library/index.html |
| Built-in Functions | https://docs.python.org/library/functions.html |
| ¶ | https://docs.python.org/library/functions.html#built-in-functions |
| abs() | https://docs.python.org/library/functions.html#abs |
| aiter() | https://docs.python.org/library/functions.html#aiter |
| all() | https://docs.python.org/library/functions.html#all |
| anext() | https://docs.python.org/library/functions.html#anext |
| any() | https://docs.python.org/library/functions.html#any |
| ascii() | https://docs.python.org/library/functions.html#ascii |
| bin() | https://docs.python.org/library/functions.html#bin |
| bool() | https://docs.python.org/library/functions.html#bool |
| breakpoint() | https://docs.python.org/library/functions.html#breakpoint |
| bytearray() | https://docs.python.org/library/functions.html#func-bytearray |
| bytes() | https://docs.python.org/library/functions.html#func-bytes |
| callable() | https://docs.python.org/library/functions.html#callable |
| chr() | https://docs.python.org/library/functions.html#chr |
| classmethod() | https://docs.python.org/library/functions.html#classmethod |
| compile() | https://docs.python.org/library/functions.html#compile |
| complex() | https://docs.python.org/library/functions.html#complex |
| delattr() | https://docs.python.org/library/functions.html#delattr |
| dict() | https://docs.python.org/library/functions.html#func-dict |
| dir() | https://docs.python.org/library/functions.html#dir |
| divmod() | https://docs.python.org/library/functions.html#divmod |
| enumerate() | https://docs.python.org/library/functions.html#enumerate |
| eval() | https://docs.python.org/library/functions.html#eval |
| exec() | https://docs.python.org/library/functions.html#exec |
| filter() | https://docs.python.org/library/functions.html#filter |
| float() | https://docs.python.org/library/functions.html#float |
| format() | https://docs.python.org/library/functions.html#format |
| frozenset() | https://docs.python.org/library/functions.html#func-frozenset |
| getattr() | https://docs.python.org/library/functions.html#getattr |
| globals() | https://docs.python.org/library/functions.html#globals |
| hasattr() | https://docs.python.org/library/functions.html#hasattr |
| hash() | https://docs.python.org/library/functions.html#hash |
| help() | https://docs.python.org/library/functions.html#help |
| hex() | https://docs.python.org/library/functions.html#hex |
| id() | https://docs.python.org/library/functions.html#id |
| input() | https://docs.python.org/library/functions.html#input |
| int() | https://docs.python.org/library/functions.html#int |
| isinstance() | https://docs.python.org/library/functions.html#isinstance |
| issubclass() | https://docs.python.org/library/functions.html#issubclass |
| iter() | https://docs.python.org/library/functions.html#iter |
| len() | https://docs.python.org/library/functions.html#len |
| list() | https://docs.python.org/library/functions.html#func-list |
| locals() | https://docs.python.org/library/functions.html#locals |
| map() | https://docs.python.org/library/functions.html#map |
| max() | https://docs.python.org/library/functions.html#max |
| memoryview() | https://docs.python.org/library/functions.html#func-memoryview |
| min() | https://docs.python.org/library/functions.html#min |
| next() | https://docs.python.org/library/functions.html#next |
| object() | https://docs.python.org/library/functions.html#object |
| oct() | https://docs.python.org/library/functions.html#oct |
| open() | https://docs.python.org/library/functions.html#open |
| ord() | https://docs.python.org/library/functions.html#ord |
| pow() | https://docs.python.org/library/functions.html#pow |
| print() | https://docs.python.org/library/functions.html#print |
| property() | https://docs.python.org/library/functions.html#property |
| range() | https://docs.python.org/library/functions.html#func-range |
| repr() | https://docs.python.org/library/functions.html#repr |
| reversed() | https://docs.python.org/library/functions.html#reversed |
| round() | https://docs.python.org/library/functions.html#round |
| set() | https://docs.python.org/library/functions.html#func-set |
| setattr() | https://docs.python.org/library/functions.html#setattr |
| slice() | https://docs.python.org/library/functions.html#slice |
| sorted() | https://docs.python.org/library/functions.html#sorted |
| staticmethod() | https://docs.python.org/library/functions.html#staticmethod |
| str() | https://docs.python.org/library/functions.html#func-str |
| sum() | https://docs.python.org/library/functions.html#sum |
| super() | https://docs.python.org/library/functions.html#super |
| tuple() | https://docs.python.org/library/functions.html#func-tuple |
| type() | https://docs.python.org/library/functions.html#type |
| vars() | https://docs.python.org/library/functions.html#vars |
| zip() | https://docs.python.org/library/functions.html#zip |
| __import__() | https://docs.python.org/library/functions.html#import__ |
| ¶ | https://docs.python.org/library/functions.html#abs |
| __abs__() | https://docs.python.org/reference/datamodel.html#object.__abs__ |
| ¶ | https://docs.python.org/library/functions.html#aiter |
| asynchronous iterator | https://docs.python.org/glossary.html#term-asynchronous-iterator |
| asynchronous iterable | https://docs.python.org/glossary.html#term-asynchronous-iterable |
| iter() | https://docs.python.org/library/functions.html#iter |
| aiter() | https://docs.python.org/library/functions.html#aiter |
| ¶ | https://docs.python.org/library/functions.html#all |
| ¶ | https://docs.python.org/library/functions.html#anext |
| asynchronous
iterator | https://docs.python.org/glossary.html#term-asynchronous-iterator |
| next() | https://docs.python.org/library/functions.html#next |
| __anext__() | https://docs.python.org/reference/datamodel.html#object.__anext__ |
| awaitable | https://docs.python.org/glossary.html#term-awaitable |
| StopAsyncIteration | https://docs.python.org/library/exceptions.html#StopAsyncIteration |
| ¶ | https://docs.python.org/library/functions.html#any |
| ¶ | https://docs.python.org/library/functions.html#ascii |
| repr() | https://docs.python.org/library/functions.html#repr |
| repr() | https://docs.python.org/library/functions.html#repr |
| repr() | https://docs.python.org/library/functions.html#repr |
| ¶ | https://docs.python.org/library/functions.html#bin |
| int | https://docs.python.org/library/functions.html#int |
| __index__() | https://docs.python.org/reference/datamodel.html#object.__index__ |
| format() | https://docs.python.org/library/functions.html#format |
| ¶ | https://docs.python.org/library/functions.html#bool |
| truth testing procedure | https://docs.python.org/library/stdtypes.html#truth |
| bool | https://docs.python.org/library/functions.html#bool |
| int | https://docs.python.org/library/functions.html#int |
| Numeric Types — int, float, complex | https://docs.python.org/library/stdtypes.html#typesnumeric |
| Boolean Type - bool | https://docs.python.org/library/stdtypes.html#typebool |
| ¶ | https://docs.python.org/library/functions.html#breakpoint |
| sys.breakpointhook() | https://docs.python.org/library/sys.html#sys.breakpointhook |
| pdb.set_trace() | https://docs.python.org/library/pdb.html#pdb.set_trace |
| pdb | https://docs.python.org/library/pdb.html#module-pdb |
| sys.breakpointhook() | https://docs.python.org/library/sys.html#sys.breakpointhook |
| breakpoint() | https://docs.python.org/library/functions.html#breakpoint |
| sys.breakpointhook() | https://docs.python.org/library/sys.html#sys.breakpointhook |
| RuntimeError | https://docs.python.org/library/exceptions.html#RuntimeError |
| breakpoint() | https://docs.python.org/library/functions.html#breakpoint |
| PYTHONBREAKPOINT | https://docs.python.org/using/cmdline.html#envvar-PYTHONBREAKPOINT |
| sys.breakpointhook() | https://docs.python.org/library/sys.html#sys.breakpointhook |
| sys.breakpointhook() | https://docs.python.org/library/sys.html#sys.breakpointhook |
| auditing event | https://docs.python.org/library/sys.html#auditing |
| bytearray | https://docs.python.org/library/stdtypes.html#bytearray |
| Mutable Sequence Types | https://docs.python.org/library/stdtypes.html#typesseq-mutable |
| bytes | https://docs.python.org/library/stdtypes.html#bytes |
| Bytes and Bytearray Operations | https://docs.python.org/library/stdtypes.html#bytes-methods |
| bytearray() | https://docs.python.org/library/stdtypes.html#bytearray |
| str.encode() | https://docs.python.org/library/stdtypes.html#str.encode |
| buffer interface | https://docs.python.org/c-api/buffer.html#bufferobjects |
| Binary Sequence Types — bytes, bytearray, memoryview | https://docs.python.org/library/stdtypes.html#binaryseq |
| Bytearray Objects | https://docs.python.org/library/stdtypes.html#typebytearray |
| bytes | https://docs.python.org/library/stdtypes.html#bytes |
| bytearray | https://docs.python.org/library/stdtypes.html#bytearray |
| bytearray() | https://docs.python.org/library/stdtypes.html#bytearray |
| String and Bytes literals | https://docs.python.org/reference/lexical_analysis.html#strings |
| Binary Sequence Types — bytes, bytearray, memoryview | https://docs.python.org/library/stdtypes.html#binaryseq |
| Bytes Objects | https://docs.python.org/library/stdtypes.html#typebytes |
| Bytes and Bytearray Operations | https://docs.python.org/library/stdtypes.html#bytes-methods |
| ¶ | https://docs.python.org/library/functions.html#callable |
| True | https://docs.python.org/library/constants.html#True |
| False | https://docs.python.org/library/constants.html#False |
| __call__() | https://docs.python.org/reference/datamodel.html#object.__call__ |
| ¶ | https://docs.python.org/library/functions.html#chr |
| ord() | https://docs.python.org/library/functions.html#ord |
| ValueError | https://docs.python.org/library/exceptions.html#ValueError |
| ¶ | https://docs.python.org/library/functions.html#classmethod |
| decorator | https://docs.python.org/glossary.html#term-decorator |
| Function definitions | https://docs.python.org/reference/compound_stmts.html#function |
| staticmethod() | https://docs.python.org/library/functions.html#staticmethod |
| The standard type hierarchy | https://docs.python.org/reference/datamodel.html#types |
| descriptors | https://docs.python.org/glossary.html#term-descriptor |
| property() | https://docs.python.org/library/functions.html#property |
| __module__ | https://docs.python.org/reference/datamodel.html#function.__module__ |
| __name__ | https://docs.python.org/reference/datamodel.html#function.__name__ |
| __qualname__ | https://docs.python.org/reference/datamodel.html#function.__qualname__ |
| __doc__ | https://docs.python.org/reference/datamodel.html#function.__doc__ |
| __annotations__ | https://docs.python.org/reference/datamodel.html#function.__annotations__ |
| descriptors | https://docs.python.org/glossary.html#term-descriptor |
| property() | https://docs.python.org/library/functions.html#property |
| ¶ | https://docs.python.org/library/functions.html#compile |
| exec() | https://docs.python.org/library/functions.html#exec |
| eval() | https://docs.python.org/library/functions.html#eval |
| ast | https://docs.python.org/library/ast.html#module-ast |
| compiler options | https://docs.python.org/library/ast.html#ast-compiler-flags |
| future features | https://docs.python.org/reference/simple_stmts.html#future |
| compile() | https://docs.python.org/library/functions.html#compile |
| compiler_flag | https://docs.python.org/library/__future__.html#future__._Feature.compiler_flag |
| _Feature | https://docs.python.org/library/__future__.html#future__._Feature |
| __future__ | https://docs.python.org/library/__future__.html#module-__future__ |
| Compiler flags | https://docs.python.org/library/ast.html#ast-compiler-flags |
| ast | https://docs.python.org/library/ast.html#module-ast |
| -O | https://docs.python.org/using/cmdline.html#cmdoption-O |
| SyntaxError | https://docs.python.org/library/exceptions.html#SyntaxError |
| ValueError | https://docs.python.org/library/exceptions.html#ValueError |
| ast.parse() | https://docs.python.org/library/ast.html#ast.parse |
| auditing event | https://docs.python.org/library/sys.html#auditing |
| code | https://docs.python.org/library/code.html#module-code |
| TypeError | https://docs.python.org/library/exceptions.html#TypeError |
| ¶ | https://docs.python.org/library/functions.html#complex |
| float() | https://docs.python.org/library/functions.html#float |
| ValueError | https://docs.python.org/library/exceptions.html#ValueError |
| complexvalue | https://docs.python.org/library/functions.html#grammar-token-float-complexvalue |
| floatvalue | https://docs.python.org/library/functions.html#grammar-token-float-floatvalue |
| floatvalue | https://docs.python.org/library/functions.html#grammar-token-float-floatvalue |
| floatvalue | https://docs.python.org/library/functions.html#grammar-token-float-floatvalue |
| sign | https://docs.python.org/library/functions.html#grammar-token-float-sign |
| absfloatvalue | https://docs.python.org/library/functions.html#grammar-token-float-absfloatvalue |
| int | https://docs.python.org/library/functions.html#int |
| float | https://docs.python.org/library/functions.html#float |
| __complex__() | https://docs.python.org/reference/datamodel.html#object.__complex__ |
| __float__() | https://docs.python.org/reference/datamodel.html#object.__float__ |
| __index__() | https://docs.python.org/reference/datamodel.html#object.__index__ |
| complex.from_number() | https://docs.python.org/library/stdtypes.html#complex.from_number |
| Numeric Types — int, float, complex | https://docs.python.org/library/stdtypes.html#typesnumeric |
| __index__() | https://docs.python.org/reference/datamodel.html#object.__index__ |
| __complex__() | https://docs.python.org/reference/datamodel.html#object.__complex__ |
| __float__() | https://docs.python.org/reference/datamodel.html#object.__float__ |
| ¶ | https://docs.python.org/library/functions.html#delattr |
| setattr() | https://docs.python.org/library/functions.html#setattr |
| setattr() | https://docs.python.org/library/functions.html#setattr |
| dict | https://docs.python.org/library/stdtypes.html#dict |
| dict | https://docs.python.org/library/stdtypes.html#dict |
| Mapping Types — dict | https://docs.python.org/library/stdtypes.html#typesmapping |
| list | https://docs.python.org/library/stdtypes.html#list |
| set | https://docs.python.org/library/stdtypes.html#set |
| tuple | https://docs.python.org/library/stdtypes.html#tuple |
| collections | https://docs.python.org/library/collections.html#module-collections |
| ¶ | https://docs.python.org/library/functions.html#dir |
| __dir__() | https://docs.python.org/reference/datamodel.html#object.__dir__ |
| __getattr__() | https://docs.python.org/reference/datamodel.html#object.__getattr__ |
| __getattribute__() | https://docs.python.org/reference/datamodel.html#object.__getattribute__ |
| dir() | https://docs.python.org/library/functions.html#dir |
| __dir__() | https://docs.python.org/reference/datamodel.html#object.__dir__ |
| __dict__ | https://docs.python.org/reference/datamodel.html#object.__dict__ |
| __getattr__() | https://docs.python.org/reference/datamodel.html#object.__getattr__ |
| dir() | https://docs.python.org/library/functions.html#dir |
| dir() | https://docs.python.org/library/functions.html#dir |
| ¶ | https://docs.python.org/library/functions.html#divmod |
| ¶ | https://docs.python.org/library/functions.html#enumerate |
| iterator | https://docs.python.org/glossary.html#term-iterator |
| __next__() | https://docs.python.org/library/stdtypes.html#iterator.__next__ |
| enumerate() | https://docs.python.org/library/functions.html#enumerate |
| ¶ | https://docs.python.org/library/functions.html#eval |
| str | https://docs.python.org/library/stdtypes.html#str |
| code object | https://docs.python.org/reference/datamodel.html#code-objects |
| dict | https://docs.python.org/library/stdtypes.html#dict |
| mapping | https://docs.python.org/glossary.html#term-mapping |
| builtins | https://docs.python.org/library/builtins.html#module-builtins |
| eval() | https://docs.python.org/library/functions.html#eval |
| eval() | https://docs.python.org/library/functions.html#eval |
| nested scopes | https://docs.python.org/glossary.html#term-nested-scope |
| eval() | https://docs.python.org/library/functions.html#eval |
| nonlocal | https://docs.python.org/reference/simple_stmts.html#nonlocal |
| compile() | https://docs.python.org/library/functions.html#compile |
| eval() | https://docs.python.org/library/functions.html#eval |
| exec() | https://docs.python.org/library/functions.html#exec |
| globals() | https://docs.python.org/library/functions.html#globals |
| locals() | https://docs.python.org/library/functions.html#locals |
| eval() | https://docs.python.org/library/functions.html#eval |
| exec() | https://docs.python.org/library/functions.html#exec |
| ast.literal_eval() | https://docs.python.org/library/ast.html#ast.literal_eval |
| auditing event | https://docs.python.org/library/sys.html#auditing |
| locals() | https://docs.python.org/library/functions.html#locals |
| ¶ | https://docs.python.org/library/functions.html#exec |
| [1] | https://docs.python.org/library/functions.html#id2 |
| File input | https://docs.python.org/reference/toplevel_components.html#file-input |
| nonlocal | https://docs.python.org/reference/simple_stmts.html#nonlocal |
| yield | https://docs.python.org/reference/simple_stmts.html#yield |
| return | https://docs.python.org/reference/simple_stmts.html#return |
| exec() | https://docs.python.org/library/functions.html#exec |
| builtins | https://docs.python.org/library/builtins.html#module-builtins |
| exec() | https://docs.python.org/library/functions.html#exec |
| free (closure) variables | https://docs.python.org/glossary.html#term-closure-variable |
| co_freevars | https://docs.python.org/reference/datamodel.html#codeobject.co_freevars |
| auditing event | https://docs.python.org/library/sys.html#auditing |
| globals() | https://docs.python.org/library/functions.html#globals |
| locals() | https://docs.python.org/library/functions.html#locals |
| exec() | https://docs.python.org/library/functions.html#exec |
| locals() | https://docs.python.org/library/functions.html#locals |
| exec() | https://docs.python.org/library/functions.html#exec |
| locals() | https://docs.python.org/library/functions.html#locals |
| ¶ | https://docs.python.org/library/functions.html#filter |
| itertools.filterfalse() | https://docs.python.org/library/itertools.html#itertools.filterfalse |
| ¶ | https://docs.python.org/library/functions.html#float |
| floatvalue | https://docs.python.org/library/functions.html#grammar-token-float-floatvalue |
| digit | https://docs.python.org/library/functions.html#grammar-token-float-digit |
| digit | https://docs.python.org/library/functions.html#grammar-token-float-digit |
| digitpart | https://docs.python.org/library/functions.html#grammar-token-float-digitpart |
| digitpart | https://docs.python.org/library/functions.html#grammar-token-float-digitpart |
| digitpart | https://docs.python.org/library/functions.html#grammar-token-float-digitpart |
| sign | https://docs.python.org/library/functions.html#grammar-token-float-sign |
| digitpart | https://docs.python.org/library/functions.html#grammar-token-float-digitpart |
| number | https://docs.python.org/library/functions.html#grammar-token-float-number |
| exponent | https://docs.python.org/library/functions.html#grammar-token-float-exponent |
| floatnumber | https://docs.python.org/library/functions.html#grammar-token-float-floatnumber |
| infinity | https://docs.python.org/library/functions.html#grammar-token-float-infinity |
| nan | https://docs.python.org/library/functions.html#grammar-token-float-nan |
| sign | https://docs.python.org/library/functions.html#grammar-token-float-sign |
| absfloatvalue | https://docs.python.org/library/functions.html#grammar-token-float-absfloatvalue |
| OverflowError | https://docs.python.org/library/exceptions.html#OverflowError |
| __float__() | https://docs.python.org/reference/datamodel.html#object.__float__ |
| __index__() | https://docs.python.org/reference/datamodel.html#object.__index__ |
| float.from_number() | https://docs.python.org/library/stdtypes.html#float.from_number |
| Numeric Types — int, float, complex | https://docs.python.org/library/stdtypes.html#typesnumeric |
| __index__() | https://docs.python.org/reference/datamodel.html#object.__index__ |
| __float__() | https://docs.python.org/reference/datamodel.html#object.__float__ |
| ¶ | https://docs.python.org/library/functions.html#format |
| Format Specification Mini-Language | https://docs.python.org/library/string.html#formatspec |
| str(value) | https://docs.python.org/library/stdtypes.html#str |
| __format__() | https://docs.python.org/reference/datamodel.html#object.__format__ |
| TypeError | https://docs.python.org/library/exceptions.html#TypeError |
| object | https://docs.python.org/library/functions.html#object |
| TypeError | https://docs.python.org/library/exceptions.html#TypeError |
| frozenset | https://docs.python.org/library/stdtypes.html#frozenset |
| frozenset | https://docs.python.org/library/stdtypes.html#frozenset |
| Set Types — set, frozenset | https://docs.python.org/library/stdtypes.html#types-set |
| set | https://docs.python.org/library/stdtypes.html#set |
| list | https://docs.python.org/library/stdtypes.html#list |
| tuple | https://docs.python.org/library/stdtypes.html#tuple |
| dict | https://docs.python.org/library/stdtypes.html#dict |
| collections | https://docs.python.org/library/collections.html#module-collections |
| ¶ | https://docs.python.org/library/functions.html#getattr |
| AttributeError | https://docs.python.org/library/exceptions.html#AttributeError |
| setattr() | https://docs.python.org/library/functions.html#setattr |
| private name mangling | https://docs.python.org/reference/expressions.html#private-name-mangling |
| getattr() | https://docs.python.org/library/functions.html#getattr |
| ¶ | https://docs.python.org/library/functions.html#globals |
| ¶ | https://docs.python.org/library/functions.html#hasattr |
| AttributeError | https://docs.python.org/library/exceptions.html#AttributeError |
| ¶ | https://docs.python.org/library/functions.html#hash |
| __hash__() | https://docs.python.org/reference/datamodel.html#object.__hash__ |
| hash() | https://docs.python.org/library/functions.html#hash |
| ¶ | https://docs.python.org/library/functions.html#help |
| help() | https://docs.python.org/library/functions.html#help |
| the FAQ entry on positional-only parameters | https://docs.python.org/faq/programming.html#faq-positional-only-arguments |
| site | https://docs.python.org/library/site.html#module-site |
| pydoc | https://docs.python.org/library/pydoc.html#module-pydoc |
| inspect | https://docs.python.org/library/inspect.html#module-inspect |
| ¶ | https://docs.python.org/library/functions.html#hex |
| int | https://docs.python.org/library/functions.html#int |
| __index__() | https://docs.python.org/reference/datamodel.html#object.__index__ |
| format() | https://docs.python.org/library/functions.html#format |
| int() | https://docs.python.org/library/functions.html#int |
| float.hex() | https://docs.python.org/library/stdtypes.html#float.hex |
| ¶ | https://docs.python.org/library/functions.html#id |
| id() | https://docs.python.org/library/functions.html#id |
| auditing event | https://docs.python.org/library/sys.html#auditing |
| ¶ | https://docs.python.org/library/functions.html#input |
| EOFError | https://docs.python.org/library/exceptions.html#EOFError |
| readline | https://docs.python.org/library/readline.html#module-readline |
| input() | https://docs.python.org/library/functions.html#input |
| auditing event | https://docs.python.org/library/sys.html#auditing |
| auditing event | https://docs.python.org/library/sys.html#auditing |
| ¶ | https://docs.python.org/library/functions.html#int |
| __int__() | https://docs.python.org/reference/datamodel.html#object.__int__ |
| __index__() | https://docs.python.org/reference/datamodel.html#object.__index__ |
| bytes | https://docs.python.org/library/stdtypes.html#bytes |
| bytearray | https://docs.python.org/library/stdtypes.html#bytearray |
| integer literal in code | https://docs.python.org/reference/lexical_analysis.html#integers |
| Numeric Types — int, float, complex | https://docs.python.org/library/stdtypes.html#typesnumeric |
| int | https://docs.python.org/library/functions.html#int |
| base.__index__ | https://docs.python.org/reference/datamodel.html#object.__index__ |
| base.__int__ | https://docs.python.org/reference/datamodel.html#object.__int__ |
| base.__index__ | https://docs.python.org/reference/datamodel.html#object.__index__ |
| __index__() | https://docs.python.org/reference/datamodel.html#object.__index__ |
| __int__() | https://docs.python.org/reference/datamodel.html#object.__int__ |
| int | https://docs.python.org/library/functions.html#int |
| ValueError | https://docs.python.org/library/exceptions.html#ValueError |
| int | https://docs.python.org/library/functions.html#int |
| int | https://docs.python.org/library/functions.html#int |
| integer string conversion length limitation | https://docs.python.org/library/stdtypes.html#int-max-str-digits |
| int() | https://docs.python.org/library/functions.html#int |
| __trunc__() | https://docs.python.org/reference/datamodel.html#object.__trunc__ |
| ¶ | https://docs.python.org/library/functions.html#isinstance |
| virtual | https://docs.python.org/glossary.html#term-abstract-base-class |
| Union Type | https://docs.python.org/library/stdtypes.html#types-union |
| TypeError | https://docs.python.org/library/exceptions.html#TypeError |
| TypeError | https://docs.python.org/library/exceptions.html#TypeError |
| Union Type | https://docs.python.org/library/stdtypes.html#types-union |
| ¶ | https://docs.python.org/library/functions.html#issubclass |
| virtual | https://docs.python.org/glossary.html#term-abstract-base-class |
| Union Type | https://docs.python.org/library/stdtypes.html#types-union |
| TypeError | https://docs.python.org/library/exceptions.html#TypeError |
| Union Type | https://docs.python.org/library/stdtypes.html#types-union |
| ¶ | https://docs.python.org/library/functions.html#iter |
| iterator | https://docs.python.org/glossary.html#term-iterator |
| iterable | https://docs.python.org/glossary.html#term-iterable |
| __iter__() | https://docs.python.org/reference/datamodel.html#object.__iter__ |
| __getitem__() | https://docs.python.org/reference/datamodel.html#object.__getitem__ |
| TypeError | https://docs.python.org/library/exceptions.html#TypeError |
| __next__() | https://docs.python.org/library/stdtypes.html#iterator.__next__ |
| StopIteration | https://docs.python.org/library/exceptions.html#StopIteration |
| Iterator Types | https://docs.python.org/library/stdtypes.html#typeiter |
| iter() | https://docs.python.org/library/functions.html#iter |
| ¶ | https://docs.python.org/library/functions.html#len |
| OverflowError | https://docs.python.org/library/exceptions.html#OverflowError |
| sys.maxsize | https://docs.python.org/library/sys.html#sys.maxsize |
| range(2 ** 100) | https://docs.python.org/library/stdtypes.html#range |
| list | https://docs.python.org/library/stdtypes.html#list |
| Lists | https://docs.python.org/library/stdtypes.html#typesseq-list |
| Sequence Types — list, tuple, range | https://docs.python.org/library/stdtypes.html#typesseq |
| ¶ | https://docs.python.org/library/functions.html#locals |
| exec() | https://docs.python.org/library/functions.html#exec |
| eval() | https://docs.python.org/library/functions.html#eval |
| globals() | https://docs.python.org/library/functions.html#globals |
| optimized scope | https://docs.python.org/glossary.html#term-optimized-scope |
| PEP 709 | https://peps.python.org/pep-0709/ |
| PEP 667 | https://peps.python.org/pep-0667/ |
| optimized scopes | https://docs.python.org/glossary.html#term-optimized-scope |
| ¶ | https://docs.python.org/library/functions.html#map |
| ValueError | https://docs.python.org/library/exceptions.html#ValueError |
| itertools.starmap() | https://docs.python.org/library/itertools.html#itertools.starmap |
| ¶ | https://docs.python.org/library/functions.html#max |
| iterable | https://docs.python.org/glossary.html#term-iterable |
| list.sort() | https://docs.python.org/library/stdtypes.html#list.sort |
| ValueError | https://docs.python.org/library/exceptions.html#ValueError |
| Memory Views | https://docs.python.org/library/stdtypes.html#typememoryview |
| ¶ | https://docs.python.org/library/functions.html#min |
| iterable | https://docs.python.org/glossary.html#term-iterable |
| list.sort() | https://docs.python.org/library/stdtypes.html#list.sort |
| ValueError | https://docs.python.org/library/exceptions.html#ValueError |
| ¶ | https://docs.python.org/library/functions.html#next |
| iterator | https://docs.python.org/glossary.html#term-iterator |
| __next__() | https://docs.python.org/library/stdtypes.html#iterator.__next__ |
| StopIteration | https://docs.python.org/library/exceptions.html#StopIteration |
| ¶ | https://docs.python.org/library/functions.html#object |
| object | https://docs.python.org/library/functions.html#object |
| __dict__ | https://docs.python.org/reference/datamodel.html#object.__dict__ |
| object | https://docs.python.org/library/functions.html#object |
| ¶ | https://docs.python.org/library/functions.html#oct |
| int | https://docs.python.org/library/functions.html#int |
| __index__() | https://docs.python.org/reference/datamodel.html#object.__index__ |
| format() | https://docs.python.org/library/functions.html#format |
| ¶ | https://docs.python.org/library/functions.html#open |
| file object | https://docs.python.org/glossary.html#term-file-object |
| OSError | https://docs.python.org/library/exceptions.html#OSError |
| Reading and Writing Files | https://docs.python.org/tutorial/inputoutput.html#tut-files |
| path-like object | https://docs.python.org/glossary.html#term-path-like-object |
| locale.getencoding() | https://docs.python.org/library/locale.html#locale.getencoding |
| Overview | https://docs.python.org/library/io.html#io-overview |
| bytes | https://docs.python.org/library/stdtypes.html#bytes |
| str | https://docs.python.org/library/stdtypes.html#str |
| io.TextIOWrapper.reconfigure() | https://docs.python.org/library/io.html#io.TextIOWrapper.reconfigure |
| isatty() | https://docs.python.org/library/io.html#io.IOBase.isatty |
| locale.getencoding() | https://docs.python.org/library/locale.html#locale.getencoding |
| text encoding | https://docs.python.org/glossary.html#term-text-encoding |
| codecs | https://docs.python.org/library/codecs.html#module-codecs |
| Error Handlers | https://docs.python.org/library/codecs.html#error-handlers |
| codecs.register_error() | https://docs.python.org/library/codecs.html#codecs.register_error |
| ValueError | https://docs.python.org/library/exceptions.html#ValueError |
| os.linesep | https://docs.python.org/library/os.html#os.linesep |
| os.open | https://docs.python.org/library/os.html#os.open |
| non-inheritable | https://docs.python.org/library/os.html#fd-inheritance |
| dir_fd | https://docs.python.org/library/os.html#dir-fd |
| os.open() | https://docs.python.org/library/os.html#os.open |
| file object | https://docs.python.org/glossary.html#term-file-object |
| open() | https://docs.python.org/library/functions.html#open |
| open() | https://docs.python.org/library/functions.html#open |
| io.TextIOBase | https://docs.python.org/library/io.html#io.TextIOBase |
| io.TextIOWrapper | https://docs.python.org/library/io.html#io.TextIOWrapper |
| io.BufferedIOBase | https://docs.python.org/library/io.html#io.BufferedIOBase |
| io.BufferedReader | https://docs.python.org/library/io.html#io.BufferedReader |
| io.BufferedWriter | https://docs.python.org/library/io.html#io.BufferedWriter |
| io.BufferedRandom | https://docs.python.org/library/io.html#io.BufferedRandom |
| io.RawIOBase | https://docs.python.org/library/io.html#io.RawIOBase |
| io.FileIO | https://docs.python.org/library/io.html#io.FileIO |
| fileinput | https://docs.python.org/library/fileinput.html#module-fileinput |
| io | https://docs.python.org/library/io.html#module-io |
| open() | https://docs.python.org/library/functions.html#open |
| os | https://docs.python.org/library/os.html#module-os |
| os.path | https://docs.python.org/library/os.path.html#module-os.path |
| tempfile | https://docs.python.org/library/tempfile.html#module-tempfile |
| shutil | https://docs.python.org/library/shutil.html#module-shutil |
| auditing event | https://docs.python.org/library/sys.html#auditing |
| IOError | https://docs.python.org/library/exceptions.html#IOError |
| OSError | https://docs.python.org/library/exceptions.html#OSError |
| FileExistsError | https://docs.python.org/library/exceptions.html#FileExistsError |
| InterruptedError | https://docs.python.org/library/exceptions.html#InterruptedError |
| PEP 475 | https://peps.python.org/pep-0475/ |
| os.PathLike | https://docs.python.org/library/os.html#os.PathLike |
| io.RawIOBase | https://docs.python.org/library/io.html#io.RawIOBase |
| io.FileIO | https://docs.python.org/library/io.html#io.FileIO |
| ¶ | https://docs.python.org/library/functions.html#ord |
| chr() | https://docs.python.org/library/functions.html#chr |
| bytes | https://docs.python.org/library/stdtypes.html#bytes |
| bytearray | https://docs.python.org/library/stdtypes.html#bytearray |
| ¶ | https://docs.python.org/library/functions.html#pow |
| int | https://docs.python.org/library/functions.html#int |
| int | https://docs.python.org/library/functions.html#int |
| float | https://docs.python.org/library/functions.html#float |
| int | https://docs.python.org/library/functions.html#int |
| float | https://docs.python.org/library/functions.html#float |
| int | https://docs.python.org/library/functions.html#int |
| int | https://docs.python.org/library/functions.html#int |
| ¶ | https://docs.python.org/library/functions.html#print |
| str() | https://docs.python.org/library/stdtypes.html#str |
| print() | https://docs.python.org/library/functions.html#print |
| sys.stdout | https://docs.python.org/library/sys.html#sys.stdout |
| print() | https://docs.python.org/library/functions.html#print |
| ¶ | https://docs.python.org/library/functions.html#property |
| property() | https://docs.python.org/library/functions.html#property |
| decorator | https://docs.python.org/glossary.html#term-decorator |
| ¶ | https://docs.python.org/library/functions.html#property.getter |
| ¶ | https://docs.python.org/library/functions.html#property.setter |
| ¶ | https://docs.python.org/library/functions.html#property.deleter |
| ¶ | https://docs.python.org/library/functions.html#property.__name__ |
| range | https://docs.python.org/library/stdtypes.html#range |
| Ranges | https://docs.python.org/library/stdtypes.html#typesseq-range |
| Sequence Types — list, tuple, range | https://docs.python.org/library/stdtypes.html#typesseq |
| ¶ | https://docs.python.org/library/functions.html#repr |
| eval() | https://docs.python.org/library/functions.html#eval |
| __repr__() | https://docs.python.org/reference/datamodel.html#object.__repr__ |
| sys.displayhook() | https://docs.python.org/library/sys.html#sys.displayhook |
| RuntimeError | https://docs.python.org/library/exceptions.html#RuntimeError |
| ¶ | https://docs.python.org/library/functions.html#reversed |
| iterator | https://docs.python.org/glossary.html#term-iterator |
| __reversed__() | https://docs.python.org/reference/datamodel.html#object.__reversed__ |
| __len__() | https://docs.python.org/reference/datamodel.html#object.__len__ |
| __getitem__() | https://docs.python.org/reference/datamodel.html#object.__getitem__ |
| ¶ | https://docs.python.org/library/functions.html#round |
| round() | https://docs.python.org/library/functions.html#round |
| round() | https://docs.python.org/library/functions.html#round |
| Floating-Point Arithmetic: Issues and Limitations | https://docs.python.org/tutorial/floatingpoint.html#tut-fp-issues |
| set | https://docs.python.org/library/stdtypes.html#set |
| set | https://docs.python.org/library/stdtypes.html#set |
| Set Types — set, frozenset | https://docs.python.org/library/stdtypes.html#types-set |
| frozenset | https://docs.python.org/library/stdtypes.html#frozenset |
| list | https://docs.python.org/library/stdtypes.html#list |
| tuple | https://docs.python.org/library/stdtypes.html#tuple |
| dict | https://docs.python.org/library/stdtypes.html#dict |
| collections | https://docs.python.org/library/collections.html#module-collections |
| ¶ | https://docs.python.org/library/functions.html#setattr |
| getattr() | https://docs.python.org/library/functions.html#getattr |
| Names (identifiers and keywords) | https://docs.python.org/reference/lexical_analysis.html#identifiers |
| __getattribute__() | https://docs.python.org/reference/datamodel.html#object.__getattribute__ |
| __slots__ | https://docs.python.org/reference/datamodel.html#object.__slots__ |
| getattr() | https://docs.python.org/library/functions.html#getattr |
| private name mangling | https://docs.python.org/reference/expressions.html#private-name-mangling |
| setattr() | https://docs.python.org/library/functions.html#setattr |
| ¶ | https://docs.python.org/library/functions.html#slice |
| slice | https://docs.python.org/glossary.html#term-slice |
| ¶ | https://docs.python.org/library/functions.html#slice.start |
| ¶ | https://docs.python.org/library/functions.html#slice.stop |
| ¶ | https://docs.python.org/library/functions.html#slice.step |
| itertools.islice() | https://docs.python.org/library/itertools.html#itertools.islice |
| iterator | https://docs.python.org/glossary.html#term-iterator |
| hashable | https://docs.python.org/glossary.html#term-hashable |
| start | https://docs.python.org/library/functions.html#slice.start |
| stop | https://docs.python.org/library/functions.html#slice.stop |
| step | https://docs.python.org/library/functions.html#slice.step |
| ¶ | https://docs.python.org/library/functions.html#sorted |
| functools.cmp_to_key() | https://docs.python.org/library/functools.html#functools.cmp_to_key |
| sorted() | https://docs.python.org/library/functions.html#sorted |
| __lt__() | https://docs.python.org/reference/datamodel.html#object.__lt__ |
| PEP 8 | https://peps.python.org/pep-0008/ |
| rich comparisons | https://docs.python.org/reference/expressions.html#comparisons |
| max() | https://docs.python.org/library/functions.html#max |
| __gt__() | https://docs.python.org/reference/datamodel.html#object.__gt__ |
| Sorting Techniques | https://docs.python.org/howto/sorting.html#sortinghowto |
| ¶ | https://docs.python.org/library/functions.html#staticmethod |
| decorator | https://docs.python.org/glossary.html#term-decorator |
| Function definitions | https://docs.python.org/reference/compound_stmts.html#function |
| descriptor | https://docs.python.org/glossary.html#term-descriptor |
| classmethod() | https://docs.python.org/library/functions.html#classmethod |
| The standard type hierarchy | https://docs.python.org/reference/datamodel.html#types |
| __module__ | https://docs.python.org/reference/datamodel.html#function.__module__ |
| __name__ | https://docs.python.org/reference/datamodel.html#function.__name__ |
| __qualname__ | https://docs.python.org/reference/datamodel.html#function.__qualname__ |
| __doc__ | https://docs.python.org/reference/datamodel.html#function.__doc__ |
| __annotations__ | https://docs.python.org/reference/datamodel.html#function.__annotations__ |
| str | https://docs.python.org/library/stdtypes.html#str |
| str() | https://docs.python.org/library/stdtypes.html#str |
| class | https://docs.python.org/glossary.html#term-class |
| Text Sequence Type — str | https://docs.python.org/library/stdtypes.html#textseq |
| ¶ | https://docs.python.org/library/functions.html#sum |
| sum() | https://docs.python.org/library/functions.html#sum |
| math.fsum() | https://docs.python.org/library/math.html#math.fsum |
| itertools.chain() | https://docs.python.org/library/itertools.html#itertools.chain |
| ¶ | https://docs.python.org/library/functions.html#super |
| method resolution order | https://docs.python.org/glossary.html#term-method-resolution-order |
| __mro__ | https://docs.python.org/reference/datamodel.html#type.__mro__ |
| super() | https://docs.python.org/library/functions.html#super |
| __mro__ | https://docs.python.org/reference/datamodel.html#type.__mro__ |
| getattr() | https://docs.python.org/library/functions.html#getattr |
| super() | https://docs.python.org/library/functions.html#super |
| super() | https://docs.python.org/library/functions.html#super |
| descriptors | https://docs.python.org/glossary.html#term-descriptor |
| super() | https://docs.python.org/library/functions.html#super |
| __getattribute__() | https://docs.python.org/reference/datamodel.html#object.__getattribute__ |
| super() | https://docs.python.org/library/functions.html#super |
| super() | https://docs.python.org/library/functions.html#super |
| super() | https://docs.python.org/library/functions.html#super |
| guide to using super() | https://rhettinger.wordpress.com/2011/05/26/super-considered-super/ |
| super | https://docs.python.org/library/functions.html#super |
| pickleable | https://docs.python.org/library/pickle.html#module-pickle |
| copyable | https://docs.python.org/library/copy.html#module-copy |
| tuple | https://docs.python.org/library/stdtypes.html#tuple |
| Tuples | https://docs.python.org/library/stdtypes.html#typesseq-tuple |
| Sequence Types — list, tuple, range | https://docs.python.org/library/stdtypes.html#typesseq |
| ¶ | https://docs.python.org/library/functions.html#type |
| object.__class__ | https://docs.python.org/reference/datamodel.html#object.__class__ |
| isinstance() | https://docs.python.org/library/functions.html#isinstance |
| class | https://docs.python.org/reference/compound_stmts.html#class |
| __name__ | https://docs.python.org/reference/datamodel.html#type.__name__ |
| __bases__ | https://docs.python.org/reference/datamodel.html#type.__bases__ |
| object | https://docs.python.org/library/functions.html#object |
| __dict__ | https://docs.python.org/reference/datamodel.html#type.__dict__ |
| Documentation on attributes and methods on classes | https://docs.python.org/reference/datamodel.html#class-attrs-and-methods |
| Type Objects | https://docs.python.org/library/stdtypes.html#bltin-type-objects |
| __init_subclass__() | https://docs.python.org/reference/datamodel.html#object.__init_subclass__ |
| Customizing class creation | https://docs.python.org/reference/datamodel.html#class-customization |
| ¶ | https://docs.python.org/library/functions.html#vars |
| __dict__ | https://docs.python.org/reference/datamodel.html#object.__dict__ |
| __dict__ | https://docs.python.org/reference/datamodel.html#object.__dict__ |
| types.MappingProxyType | https://docs.python.org/library/types.html#types.MappingProxyType |
| vars() | https://docs.python.org/library/functions.html#vars |
| locals() | https://docs.python.org/library/functions.html#locals |
| TypeError | https://docs.python.org/library/exceptions.html#TypeError |
| __dict__ | https://docs.python.org/reference/datamodel.html#object.__dict__ |
| __slots__ | https://docs.python.org/reference/datamodel.html#object.__slots__ |
| locals() | https://docs.python.org/library/functions.html#locals |
| ¶ | https://docs.python.org/library/functions.html#zip |
| zip() | https://docs.python.org/library/functions.html#zip |
| zip() | https://docs.python.org/library/functions.html#zip |
| transposing a matrix | https://en.wikipedia.org/wiki/Transpose |
| zip() | https://docs.python.org/library/functions.html#zip |
| list | https://docs.python.org/library/stdtypes.html#list |
| zip() | https://docs.python.org/library/functions.html#zip |
| zip() | https://docs.python.org/library/functions.html#zip |
| zip() | https://docs.python.org/library/functions.html#zip |
| zip() | https://docs.python.org/library/functions.html#zip |
| ValueError | https://docs.python.org/library/exceptions.html#ValueError |
| itertools.zip_longest() | https://docs.python.org/library/itertools.html#itertools.zip_longest |
| zip() | https://docs.python.org/library/functions.html#zip |
| zip() | https://docs.python.org/library/functions.html#zip |
| ¶ | https://docs.python.org/library/functions.html#import__ |
| importlib.import_module() | https://docs.python.org/library/importlib.html#importlib.import_module |
| import | https://docs.python.org/reference/simple_stmts.html#import |
| builtins | https://docs.python.org/library/builtins.html#module-builtins |
| PEP 302 | https://peps.python.org/pep-0302/ |
| __import__() | https://docs.python.org/library/functions.html#import__ |
| importlib.import_module() | https://docs.python.org/library/importlib.html#importlib.import_module |
| import | https://docs.python.org/reference/simple_stmts.html#import |
| __import__() | https://docs.python.org/library/functions.html#import__ |
| PEP 328 | https://peps.python.org/pep-0328/ |
| __import__() | https://docs.python.org/library/functions.html#import__ |
| import | https://docs.python.org/reference/simple_stmts.html#import |
| __import__() | https://docs.python.org/library/functions.html#import__ |
| importlib.import_module() | https://docs.python.org/library/importlib.html#importlib.import_module |
| -E | https://docs.python.org/using/cmdline.html#cmdoption-E |
| -I | https://docs.python.org/using/cmdline.html#cmdoption-I |
| PYTHONCASEOK | https://docs.python.org/using/cmdline.html#envvar-PYTHONCASEOK |
| 1 | https://docs.python.org/library/functions.html#id1 |
| Introduction | https://docs.python.org/library/intro.html |
| Built-in Constants | https://docs.python.org/library/constants.html |
| Report a bug | https://docs.python.org/bugs.html |
| Show source
| https://github.com/python/cpython/blob/main/Doc/library/functions.rst?plain=1 |
| index | https://docs.python.org/genindex.html |
| modules | https://docs.python.org/py-modindex.html |
| next | https://docs.python.org/library/constants.html |
| previous | https://docs.python.org/library/intro.html |
| Python | https://www.python.org/ |
| 3.14.2 Documentation | https://docs.python.org/index.html |
| The Python Standard Library | https://docs.python.org/library/index.html |
| Built-in Functions | https://docs.python.org/library/functions.html |
| Copyright | https://docs.python.org/copyright.html |
| History and License | https://docs.python.org/license.html |
| Please donate. | https://www.python.org/psf/donations/ |
| Found a bug | https://docs.python.org/bugs.html |
| Sphinx | https://www.sphinx-doc.org/ |