background preloader

Python

Facebook Twitter

Django

Sorting Dictionaries by Value. PEP Index> PEP 265 -- Sorting Dictionaries by Value Abstract This PEP suggests a "sort by value" operation for dictionaries.

Sorting Dictionaries by Value

The primary benefit would be in terms of "batteries included" support for a common Python idiom which, in its current form, is both difficult for beginners to understand and cumbersome for all to implement. Dive Into Python.