Week 3 overview

Announcments

  1. No in-person class next Tuesday; virtual office hours

  2. HW1 assigned this week; due Tuesday 9/19

Learning Objectives:

  1. Version control with git

  2. Syncing git repos with GitHub

  3. Python libraries

    a. pandas

Learning and Participation Activities with Due Dates (Tuesday, Sep. 12, 3PM EDT):

  1. git and GitHub (demonstrated in class)

  2. Clone the week3 directory in /spare11/atm533/ktyle:

    a. Access the class Jupyterhub server on Turing

    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.

  3. 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

    b. The Carpentries

  2. pandas

    a. pandas site

    b. Project Pythia

    c. ATM350