Complex dictionaries in python
How to make a dictionary of dictionaries with lists inside? For example we have a number of stellar spectral types (spec) and for each one of them we have a series of spectral lines (line) and their equivalent widths (ew). By creating a rather complex dictionary we can then call …