From c1a89d30594ba91be3fc1b70ef36b7943d6e7a33 Mon Sep 17 00:00:00 2001 From: SVAKSHA Date: Sat, 12 Apr 2014 15:40:49 +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..4617d83 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](https://github.com/scipy-lectures/scipy-lecture-notes), that can be used for a full course of scientific computing with Python.