25

Dictionaries that store arrays that store Dictionaries🤯

Comments
  • 7
    Ever seen the data structure of a .pdf file? Nested dictionaries straight to hell.
  • 2
    Oh that easy...

    Have you seen a json file?
  • 2
    He is talking about of list of dict in python
    Every object in python stores weekends in internal dictionary __dict__
    So __dict__ of list is a dictionary which contains list/array which contains object which we can take as dicts.
    So simple
Add Comment