Business problem: I have a list of dicts that represent the given student’s academic history…the classes they have taken, when they took them, what their grade was (blank indicates the class is in-progress), etc. I need to find any duplicate attempts at a given class and keep only the attempt with the highest grade.: I have a list of dicts that r