In python I\'m familiar with the functional syntax of something like:
filter(lambda item: item[\'Name\'] == \'Greg\', data)
And for filter it