Python Liste des dictionnaires à lister
[d['value'] for d in l if 'value' in d]
SuperUnknown Python
[d['value'] for d in l if 'value' in d]