-1
你可以考慮以下列表我如何排序python嵌套的口述列表?
[{'mesa': {'url': 'https://anongit.freedesktop.org/git/mesa/mesa.git', 'commit': 'a6e212440278df2bb0766a5cf745935d94809144', 'location': 2}}, {'macros': {'url': 'https://anongit.freedesktop.org/git/xorg/util/macros.git', 'commit': '39f07f7db58ebbf3dcb64a2bf9098ed5cf3d1223', 'location': 7}}, {'drm': {'url': 'https://anongit.freedesktop.org/git/mesa/drm.git', 'commit': '19c4cfc54918d361f2535aec16650e9f0be667cd', 'location': 1}}]
我想排序字典由關鍵「位置」
感謝
'sort'和'sorted'都有一個'key'參數。如果你是谷歌,你應該能夠在一分鐘左右回答你自己的問題。 –
可能的重複[如何通過Python中的字典值對字典列表進行排序?](http://stackoverflow.com/questions/72899/how-do-i-sort-a-list-of-dictionaries -by-the-values-of-the-dictionary-in-python) – Hamms