d = [{'email': 'harimsri@math.uvic.ca', 'gid': '5b869a4fe1cd8e14a38d67b5', '_id': '53f49508dabfaeb4c677b4a4', 'name': 'Hiromasa Habuchi', 'org': 'Department of Mathematics and Statistics, University of Victoria, Victoria, BC, V8W 3R4, Canada', 'orgid': '5f71b2841c455f439fe3c6c9'}, {'_id': '53f43522dabfaee4dc7780b2'}, {'_id': '560175f745cedb3395e5a530'}]
d is the list of dictionaries. I want to select the key['name'] value. Since other dictionaries in the list don't have a key['name'] so I want to skip them.