/IntroToDataViz

Curriculum for a 4 week seminar style course, originally taught at Portland Code School in November 2014.

Primary LanguageSchemeOtherNOASSERTION

IntroToDataViz

Curriculum for a 4 week seminar style course, originally taught at Portland Code School in the Fall of 2014.

Current course offering can be found here.

Creative Commons License
Intro to Data Viz by Huston Hedinger is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Following Along

To follow along with the examples, simple go to the root of this repository and fire up a python dev server:

git clone this_repo
cd this_repo
python -m SimpleHTTPServer
# navigate to any of the examples folders
# eg. course/week1/examples/selections

Syncing This Fork With @hdngr

https://help.github.com/articles/syncing-a-fork/