Python - Sorting Lists inside of Lists
Posted by
Jeff91
on Jun 6, 2013 11:59 AM
By Thoughts on Technology
Mail this story
Web version
In some recent python code I was playing with I had the need to sort a bunch of lists based on elements within their elements. Thankfully python's built in sort function is plenty powerful and allows us to do this in a fairly easy manner.
Full Story
Printed at http://lxer.com/module/newswire/view/186610/index.html