sorting list of dict by value code example Example: sort list of dictionaries python by value newlist = sorted(list_to_be_sorted, key=lambda k: k['name'])