Tag python
3 bookmarks have this tag.
3 bookmarks have this tag.
The Python interpreter has a number of functions and types built into it that are always available.
If what I'm looking for isn't here, it's probably in itertools.
Built-in Types
The following sections describe the standard types that are built into the interpreter.
The principal built-in types are numerics, sequences, mappings, classes, instances and exceptions.
The documentation for the re module. Since the re can be replaced with any module name, it's a useful springboard.