Hello all can someone help me with python sorting dictionary? Example: I have a dict like this: dict = { 'Name': {'Start': 3, 'End': 3, 'Duration': 1}, 'Xlijesowmn': {'Start': 1, 'End': 2, 'Duration': 2}, 'Ofqy': {'Start': 2, 'End': 3, 'Duration': 2} } And I want to sort it by Start and if the Starts are equal then by End, but End should be reversed.. DM me if you want