I am using the dictionary to index into the periodic table of elements
so that during the day instead of grunging through a textbook , I can
type
x = element['hydrogen']
print data_of[x]
where element = {'hydrogen':1, 'helium':2}
-- terrence brannon brannon@jove.cs.caltech.edu