Define Immutable, Readable Data Records with `collections.namedtuple`
Enhance code readability by using `collections.namedtuple` to create lightweight, immutable object-like tuples, providing attribute access for structured data without full class definitions.