forked from cs109/content
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Chris Beaumont
committed
Sep 10, 2013
1 parent
7a5b079
commit 8462dfd
Showing
2 changed files
with
517 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,16 @@ | ||
Welcome to CS109: Data Science | ||
======= | ||
|
||
## Assignments | ||
|
||
* [Setting up Python](https://github.com/cs109/content/wiki/Installing-Python) | ||
* [Homework 0](http://nbviewer.ipython.org/urls/raw.github.com/cs109/content/master/HW0.ipynb): Hello, world | ||
* [Homework 1](http://nbviewer.ipython.org/urls/raw.github.com/cs109/content/master/HW1.ipynb): Which of two things is larger? | ||
|
||
## Lecture Supplements | ||
|
||
* [A gallery of statistical graphs with matplotlib](http://nbviewer.ipython.org/urls/raw.github.com/cs109/content/master/lec_03_statistical_graphs.ipynb) (see also the version with [default matplotlib styles](http://nbviewer.ipython.org/urls/raw.github.com/cs109/content/master/lec_03_statistical_graphs_mpl_default.ipynb) | ||
* [A rubric for data wrangling and exploratory data analysis](http://nbviewer.ipython.org/urls/raw.github.com/cs109/content/master/lec_04_wrangling.ipynb) | ||
|
||
## Other Resources | ||
|
||
* [Setting up Python](https://github.com/cs109/content/wiki/Installing-Python) |
Oops, something went wrong.