Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python sort the values in a dictionary

from operator import itemgetter
new_dict = sorted(data.items(), key=itemgetter(1))
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #sort #values #dictionary
ADD COMMENT
Topic
Name
8+8 =