View on GitHub

AstroPGH

2022 Python Boot Camp & Seminar Series

2020: GitHub / website

2021: GitHub / website

2022: GitHub / website

Welcome to the 2022 AstroPGH Python Boot Camp and Weekly Seminar Series for summer undergraduate students and early PhD students new to Python. This program is designed to help you learn the basics of using Python for astrophysics research.

We will start with a 3 day Python coding boot camp to help get everyone off the ground with their research.

Then we will have a weekly seminar series to discuss more advanced topics, including communication skills (reading, plotting, storytelling, and writing), code optimization, and statistics/machine learning. Our hope is to create a sense of community in spite of the remote operations this year, so that you can help others, can seek help, and can interact with each other.

Boot Camp

Installation and Setup

Python

Please install Python 3 before the Boot Camp. I recommend using the Anaconda package manager for Python 3.9 and then install the following packages in the terminal:

conda install numpy scipy astropy matplotlib jupyter ipython
conda install -c astropy astroquery
conda install -c conda-forge jupyterlab

Test Your Installation

  1. Open a new terminal.
  2. Type ipython into the terminal to open an interactive python session (the prompt should say In [1]:).
  3. Copy this code:
    import numpy
    import scipy
    import astropy
    import matplotlib
    import astroquery
    
  4. Type into the iPython shell the word paste, and press enter.
  5. If no errors are raised, you’re ready for bootcamp. You may close the terminal window.

If you are having difficulties with installation, please do not hesitate to reach out to Brett Andrews on Slack or via email.

Instructors

Schedule

Time (EDT) Monday (5/23) Tuesday (5/24) Wednesday (5/25)
10:00-11:15 Python Basics Numpy I Astropy I
11:45-1:00 Data Structures Numpy II Astropy II
2:00-3:15 Functions and Modules Numpy III Matplotlib II
3:45-5:00 Matplotlib I Numpy IV Pandas

Seminar Series

Wednesdays from 2-3 pm EDT

Date Title Speaker
6/1 Code Review Ashod Khederlarian
6/8 Code Review Travis Court
6/15 Best Practices for Intermediate Level Python Development Daniel Perrefort
6/22    
6/29 AstroCoffee Tips Brett Andrews
7/6 Show and Tell: Tips, Tricks, Hacks, and Tools  
7/13 Python Packaging Basics Alan Pearl
7/20 How to Train Your Perceptron Biprateep Dey
7/27 Guide to LaTeX (tex source file) Marcell Howard
8/3 Jumpstart Your Paper Brett Andrews and Rachel Bezanson
8/10    
8/17 Intro to Git I Bob Caddy
8/24 Intro to Git II Bob Caddy

This material is based upon work supported by the National Science Foundation grant number AST-2009251. Any opinions, findings, and conclusions or recommendations expressed on this website are those of the participants and do not necessarily reflect the views of the National Science Foundation or the participating institutions.