•  
      tasks #45324 Sort list of dictionaries by values in python
    #45324
    Mohini Singh (mohini)
    2022-08-16 16:35
    2022-08-16 16:35
    Details
    Sort list of dictionaries by values in python
    Sorting using the lambda function and using the “sorted()” inbuilt function. Various variations can also be achieved for sorting the dictionaries.
    For descending order : Use “reverse = True” in addition to the sorted() function.
    For sorting w.r.t multiple values: Separate by “comma” mentioning the correct order in which sorting has to be performed.


    5 - Medium
    State of Progress
    2022-05-16
    100
    2022-05-18
    Mohini Singh (mohini)
    Rakesh Kumar Verma (rakesh.verma)
    2022-05-17
    Closed
    Attachments
    References
    References list is empty