Category: Sorting & Data Structures
List Comprehension Examples
Filter, map, and pair-build in single list-comprehension expressions.
Author:
chris
Sort a List of Dicts
Sort a list of dicts by a key with sorted() + itemgetter for speed.
Author:
chris
Array map/filter/reduce
Compose map, filter, and reduce to transform a list of numbers.
Author:
chris
Sort Array of Hashes by Key
Sort an array of hashes by a numeric attribute using sort_by.
Author:
chris