def sortProfiles(p):
return sorted(p, key=itemgetter('first_name'))
I have a list with dictionaries. This function allows me to sort them by their first_name. However, it's case-sensitive.
I have a list with dictionaries. This function allows me to sort them by their first_name. However, it's case-sensitive. |
|||
|
|
|||
|
|
|
If you dislike
The |
|||||
|
|
|||||||||
|