Create Lightweight, Immutable Data Records with Python `collections.namedtuple`
Utilize Python's `collections.namedtuple` to define simple, self-documenting data structures, enhancing code readability and ensuring data immutability for structured information like API responses or user profiles.