fl = list(filter(lambda x: x['first'] == 'Christian', dictlist)) # you can't use `.property` because this is a dictionary, not a object fl[0]['last'] # returns Doppler
{k: v for k, v in points.items() if v[0] < 5 and v[1] < 5}
dict