Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.32 KB

File metadata and controls

45 lines (28 loc) · 1.32 KB

02 -- Data

Goals

  • Loading files into built-in data types
  • Data viz with matplotlib
  • Prototype with colab, version control with git & github

Class notes

02-class-notes.ipynb

Reading (for next week)

Verify requirements

Verify that students have basic requirements (python, conda, git) as specified in 01-Intro.md

  • conda with data science tools (anaconda or miniconda) installed
  • REPL and an editor/IDE (Note the sad news about atom:-(
  • git on the command line

Iris dataset

In-class exercise: penguins

In-class exercise -- Colab for prototyping, git & github for submission

  • Verify that students can access their github accounts
  • Demonstrate how to clone their gh-classroom repo, modify a file and submit an assignment (on Canvas)
  • Asking questions via github
  • Personal and private repos
  • github tutorials
    • hands on to verify that each student has basic capabilities
  • git.md -- migrating from colab to git and github
  • colab.md -- hints on using colab (from last week)