Week 3 overview
Contents
Week 3 overview¶
Announcments¶
No in-person class next Tuesday; virtual office hours
HW1 assigned this week; due Tuesday 9/19
Learning Objectives:¶
Version control with git
Syncing git repos with GitHub
Python libraries
a. pandas
Learning and Participation Activities with Due Dates (Tuesday, Sep. 12, 3PM EDT):¶
git and GitHub (demonstrated in class)
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
folderd. Type
git clone /spare11/atm533/ktyle/week3
e. You should then have a
week3
folder visible in youratm533
directory, which contains oneREADME.md
Markdown file.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¶
git and GitHub
pandas
a. pandas site
c. ATM350