Список словарей Python для перечисления
[d['value'] for d in l if 'value' in d]
SuperUnknown Python
[d['value'] for d in l if 'value' in d]