Hacker News new | ask | show | jobs
by tragomaskhalos 1898 days ago
When doing Python I find myself using namedtuple all over the place - I neither want nor need the ceremony of a class, don't like the laxity of a map, and want to be able to see what the fields are at a glance.