From c562712666400d405605a4e8f2f35421f0c17458 Mon Sep 17 00:00:00 2001 From: Puneeth Chaganti Date: Mon, 18 Apr 2011 12:21:06 +0530 Subject: adv_py: Add notes, slides and a few exercises. --- advanced_python/handOut.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 advanced_python/handOut.rst (limited to 'advanced_python/handOut.rst') diff --git a/advanced_python/handOut.rst b/advanced_python/handOut.rst new file mode 100644 index 0000000..57700ba --- /dev/null +++ b/advanced_python/handOut.rst @@ -0,0 +1,10 @@ +.. include :: plotting.rst +.. include :: arrays.rst +.. include :: scipy.rst +.. include :: modules.rst +.. include :: oop.rst +.. include :: lambda.rst +.. include :: sage.rst +.. include :: rst.rst + + -- cgit