So knowledge you gain from one package often transfers to another
(And it can be useful to know how to write them too - see next session)
https://docs.scipy.org/doc/numpy/
numpy
arrays)Lets look at numpy.empty and try to understand how to use it.
units
, coordinates
, etc.Lets look at astropy.coordinates.SkyCoord
and see what a more complex class looks like. (Particularly that *args, **kwargs
business!) - can get there from the live links in the skycoord narrative docs mentioned above.