python Simple Namespace Python's SimpleNamespace is a utility for creating simple object types. It's part of the types module in the Python Standard Library and provides a way to quickly and simply create a "dot notation" namespace for a collection of attributes.