| Hosted by CoCalc | Download
len("Seattle Public Records For public control of Seattle")
52
l =[{"aid":"777a20a3-c9f8-4c2c-94ee-dc870ab403cc","path":"XYZ.sagews","most_recent":1472412779.586},{"aid":"777a20a3-c9f8-4c2c-94ee-dc870ab403cc","path":"2016-08-26-141655.term","most_recent":1472246224.006},{"aid":"777a20a3-c9f8-4c2c-94ee-dc870ab403cc","path":"ABC.sagews","most_recent":1472412635.034},{"aid":"777a20a3-c9f8-4c2c-94ee-dc870ab403cc","path":"2016-08-26-141728.sagews","most_recent":1472246252.267}] sorted(l, reverse=True, key=lambda x: x['most_recent'])
[{'aid': '777a20a3-c9f8-4c2c-94ee-dc870ab403cc', 'most_recent': 1.47241277958600e9, 'path': 'XYZ.sagews'}, {'aid': '777a20a3-c9f8-4c2c-94ee-dc870ab403cc', 'most_recent': 1.47241263503400e9, 'path': 'ABC.sagews'}, {'aid': '777a20a3-c9f8-4c2c-94ee-dc870ab403cc', 'most_recent': 1.47224625226700e9, 'path': '2016-08-26-141728.sagews'}, {'aid': '777a20a3-c9f8-4c2c-94ee-dc870ab403cc', 'most_recent': 1.47224622400600e9, 'path': '2016-08-26-141655.term'}]