# Week 3 overview ## Announcments 1. No in-person class next Tuesday; virtual office hours 1. HW1 assigned this week; due Tuesday 9/19 ## Learning Objectives: 1. Version control with [git](https://git-scm.com/) 1. Syncing git repos with GitHub 1. Python libraries a. **pandas** ## Learning and Participation Activities with Due Dates (Tuesday, Sep. 12, 3PM EDT): 1. git and GitHub (demonstrated in class) 1. Clone the `week3` directory in `/spare11/atm533/ktyle`: a. Access the [class Jupyterhub server on Turing](https://turing.atmos.albany.edu:8000) b. In the *Launcher*, open up a *Terminal* session c. cd to your `atm533` folder d. Type `git clone /spare11/atm533/ktyle/week3` e. You should then have a `week3` folder visible in your `atm533` directory, which contains one `README.md` Markdown file. 1. Follow these directions: a. In the terminal, change directories to your `atm533/week3` folder (i.e., this repository) b. Read, understand, and work through each of the eight notebooks. ## References 1. **git** and **GitHub** a. [Project Pythia](https://foundations.projectpythia.org/foundations/getting-started-github.html) b. [The Carpentries](https://swcarpentry.github.io/git-novice/) 1. **pandas** a. [pandas site](https://pandas.pydata.org/) b. [Project Pythia](https://foundations.projectpythia.org/core/pandas.html) c. [ATM350](https://www.atmos.albany.edu/facstaff/ktyle/atm350/core/week6/01_pandas.html)