Days 3-6

Tutorial in writing (3-7)
Datacamp interactive shell lesson ch. 2-5 (for more practice)
Read: Buffalo ch. 3, 7, 12
Read: Janssens ch. 4.0-4.2

Day 8 2/21

Cloud computing
Read: Buffalo ch. 4

Day 9-10 2/26-2/28

Version control with Git
Read: Buffalo ch. 5

Day 11 3/5

Intro R
Intro to data in R
Read: Modern Dive ch. 2

Day 12 3/7

R Data Viz
Read: Modern Dive ch. 3
539: Read: R 4 Data Science ch. 3

Day 13 3/19

Data Wrangling in R
Read: Modern Dive ch. 4
539: Read: R 4 Data Science ch. 5

Day 14 3/21

Tidy data
Data to tidy
Spread and gather
Read: Modern Dive ch. 5; R 4 Data Science ch. 12

Day 16 3/28

RMarkdown reports (see links therein)
Read: R 4 Data Science ch. 13, 27
539: Read: R 4 Data Science ch. 29

Day 17 4/2

Functions in R Tutorial
Memory issues in R
Read: R 4 Data Science ch. 21, 19

Day 18-19 4/4-4/9

Data
Notes
Rabbit exercise online
Rabbit exercise to download
Read: A Whirlwind Tour of Python through Control Flow

Day 20 4/11

Read: A Whirlwind Tour of Python (finish); Python Data Science Handbook ch. 1

Day 21 4/16

Complete rabbit exercise
Count words notebook
Count words script
Pandas lesson
Pandas lesson 2
Read: Python Data Science Handbook ch. 3
FYI how to install Plotnine: conda install -c conda-forge plotnine

Day 22 4/18

Python testing tutorial
Read: Effective computation in physics ch. 18