Skip to content

Commit

Permalink
Add some links to more advanced tutorial material
Browse files Browse the repository at this point in the history
  • Loading branch information
projectgus committed Jun 11, 2013
1 parent 6b5b3a5 commit 93b8256
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions extras/opendata.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ You can also download the data to perform more in-depth analysis.

* UK's Guardian Newspaper [Data Store](http://www.guardian.co.uk/data)
provides a wide range of data and data-based analysis.
([Here's a giant list of just their data sets and the articles that mention them](https://views.scraperwiki.com/run/guardian_datablog_spreadsheets/).)

* The [World Bank](http://data.worldbank.org/) publishes its data
catalog online.
Expand Down
10 changes: 9 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ workshop then that will be perfect.

* [IPython NBViewer home page](http://nbviewer.ipython.org/)

* [IPython Notebook gallery](https://github.com/ipython/ipython/wiki/A-gallery-of-interesting-IPython-Notebooks)
* [IPython Notebook gallery](https://github.com/ipython/ipython/wiki/A-gallery-of-interesting-IPython-Notebooks)

* [matplotlib gallery](http://matplotlib.org/gallery.html)

## More Advanced Follow Up Material

If you're wondering how to "level up" to more advanced data analysis after mastering the material here, you could try these;

* A tutorial series by Hernan Rojas showing the basics of [using the Python library "pandas" for data analysis](https://bitbucket.org/hrojas/learn-pandas). You can click on the lessons directly to view them in your browser, or click the "(download)" link on the right of the page to download a ZIP file containing them as IPython Notebook files.

* If you have statistical modelling experience then [this video tutorial by Skipper Seabold from SciPy 2012](http://pyvideo.org/video/1200/statsmodels) ([accompanying material as IPython Notebook files](https://github.com/jseabold/tutorial)) comes highly recommended.

0 comments on commit 93b8256

Please sign in to comment.