From 68bb44fffea064354b4be6df2ca381d19907be13 Mon Sep 17 00:00:00 2001 From: SVAKSHA Date: Sat, 12 Apr 2014 16:55:40 +0530 Subject: [PATCH] added 'SciPy tutorial notes' to the Advanced Follow Up Material section --- index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.md b/index.md index 0200624..8ad6bda 100644 --- a/index.md +++ b/index.md @@ -48,3 +48,5 @@ If you're wondering how to "level up" to more advanced data analysis after maste * 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. + +* [SciPy tutorial notes](http://scipy-lectures.github.io/), that can be used for a full course of scientific computing with Python.