Tag python

3 bookmarks have this tag.

2026-09-06

11.

Built-in Functions

docs.python.org/3/library/functions.html

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.

10.

Python Built-in Types

docs.python.org/3/library/stdtypes.html

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.

9.

Python library documentation: re

docs.python.org/3/library/re.html

The documentation for the re module. Since the re can be replaced with any module name, it's a useful springboard.