The title of this interesting book sums up what learning ought to be all about - students as explorers of their world. I would like to think that creative teaching is alive and well but I am not sure I believe that anymore. 2 days ago · The difference between shallow and deep copying is only relevant for compound objects (objects that contain other objects, like lists or class instances): A shallow copy constructs a new compound object and then (to the extent possible) inserts references into it to the objects found in the original. Jun 08, 2018 · Remember that a dict comprehension creates one dictionary, rather than a list containing many dictionaries. Create sets. I’ve become quite the fan of Python’s sets. You can think of sets in a technical sense, namely that they are mutable, and contain unique, hashable values. As of Python 3.6, they are stored in insertion order. Compare list of dictionaries in Python. Compare two lists and logs the difference. :param list1: first list. :param list2: second list. :return: if there is difference between both lists. """My question is should I be storing this in a Pandas Dataframe, nested List, or Dictionary (with Account as a key) or anything else? Then the dictionary will persist between runs and there is no need to install and configure a separate redis server. Also the dict can be shared between multiple web server...