tutorial.eyehunts.com
Python sort lambda | Example code
Use the list sort() method to sorting a list with a lambda expression in Python. Just call list.sort(key=None) with key set to a lambda exp..
Rohit