dict                    Create Python dictionary
import                  Import a Python module
iterate                 Traverse a Python iterator or generator
py_available            Check if Python is available on this system
py_capture_output       Capture and return Python output
py_config               Python configuration
py_get_attr             Get an attribute of a Python object
py_has_attr             Check if a Python object has an attribute
py_is_null_xptr         Check if a Python object is a null externalptr
py_list_attributes      List all attributes of a Python object
py_module_available     Check if a Python module is available on this
                        system.
py_run                  Run Python code
py_set_attr             Set an attribute of a Python object
py_str                  An S3 method for getting the string
                        representation of a Python object
py_suppress_warnings    Suppress Python warnings for an expression
py_unicode              Convert to Python Unicode Object
r-py-conversion         Convert between Pyton and R objects
reticulate              R Interface to Python
tuple                   Create Python tuple
use_python              Configure which version of Python to use
with.python.builtin.object
                        Evaluate an expression within a context.
