I am trying to find corresponding keys in two different dictionaries. Each has about 600k entries.
Say for example:
myRDP = { \'Actinobacter\':
in python 3 you can just do
myNames.keys() & myRDP.keys()