Repository for Python Tutorial in Astronomy. We are launching this series which will help you guys do Astronomy from home. Starting with a basic introduction to Python, we will be using some Python modules to understand and analyse publically available astronomical data like from SDSS, Hubble legacy archive and NASA's Kepler data.
Astropy link: https://www.astropy.org/
To install astropy from source into a existing Python installation without using Anaconda, use the following:
<pip install astropy>
The Anaconda Python Distribution includes astropy and is the recommended way to install both Python and the astropy package. Once you have Anaconda installed use the following to update to the latest version of astropy:
<conda update astropy>