From 87f65a4a2ccbb13a48c713fbcbc690ec91bb0e91 Mon Sep 17 00:00:00 2001 From: gurpinars Date: Tue, 5 Mar 2013 01:21:19 +0200 Subject: [PATCH] added an url about scientific python in resource --- docs/scenarios/scientific.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/scenarios/scientific.rst b/docs/scenarios/scientific.rst index 758f0a1..46e1ba8 100644 --- a/docs/scenarios/scientific.rst +++ b/docs/scenarios/scientific.rst @@ -68,3 +68,7 @@ scientific computing packages are notoriously difficult to build and install. compiled a list of Windows binaries for many useful Python packages. The list of packages has grown from a mainly scientific python resource to a more general list. It might be a good idea to check it out if you're on Windows. + +For a quick introduction to scientific python: + +`Scientific Python Lectures < http://scipy-lectures.github.com/>`_