Hacker News new | ask | show | jobs
by stock_toaster 5081 days ago
That is an implementation detail due to python's object support. Dicts are a native type, that are hashmaps.

Unless you mean "object" as in "a thing"....

1 comments

I think he means dicts combine data, state and functionality, expose a clean API and hide the details.