Popular recipes by riteshn http://code.activestate.com/recipes/users/4166555/2008-08-20T03:30:37-07:00ActiveState Code RecipesSorting a list of dictionary based on a key value (Python)
2008-08-20T03:30:37-07:00riteshnhttp://code.activestate.com/recipes/users/4166555/http://code.activestate.com/recipes/576433-sorting-a-list-of-dictionary-based-on-a-key-value/
<p style="color: grey">
Python
recipe 576433
by <a href="/recipes/users/4166555/">riteshn</a>
(<a href="/recipes/tags/dictionary/">dictionary</a>, <a href="/recipes/tags/list/">list</a>, <a href="/recipes/tags/sorting/">sorting</a>).
</p>
<p>Here is a quick and dirty way to sort a list of dictionary based on a key value.</p>