Y
Hacker News
new
|
ask
|
show
|
jobs
by
ok_computer
325 days ago
As an aside, my preference for a class container is dataclass(slots=True) for typing. I’d normally used dataclasses as np array containers vs serialized tuple row objects.