Python tutorials focused on plotting for the UMKC Galaxy Evolution Group. The tutorials are in the form of Jupyter notebooks. This means they can be viewed as static we pages (see links below), or by interactively running them. See the Jupyter notebook tutorial for more on how to get them to work. It's probably best to do that one first anyway, since all the other tutorials are made as notebooks. If you understand how they work, you can work through the code yourself, rather than just looking at static webpages.
If you want to just look at the tutorials without working through them, they are available online. You'll need to start by looking at the Jupyter tutorial online, since all the other ones are based on it. Here are the links:
If you want to work through the tutorials yourself, you will need to clone this repository to your computer. There are 3 ways to do that.
- If you have the GitHub app, click the
Clone in Desktop
button on the right. - In a terminal, navigate to where you want the tutorial to reside, then type
git clone https://github.com/gillenbrown/PythonTutorial.git
The tutorial will download into the directory you are in.
* The tutorials can be downloaded as a .zip by clicking the `Download ZIP` button on the right.
The Jupyter notebook tutorial gives instructions on how to open the files.