dictionary to a sorter list of values code example Example: sort list of dictionaries python by value newlist = sorted(list_to_be_sorted, key=lambda k: k['name'])