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