Hacker News new | ask | show | jobs
by el_presidente 5082 days ago
Dicts are objects.
1 comments

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"....

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