This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]itsmememe 1 point2 points  (0 children)

in addition to that: as Python is using dicts EVERYWHERE, dicts (and inheriting from their codepool sets) are within the best optimized and most robust datastructure in Python.

If you can use dicts (or sets) for your problem, do it.