From 1f7318ca9553270899537d98d75e9f4fced85ed4 Mon Sep 17 00:00:00 2001 From: Hardik Ghaghada Date: Thu, 12 Jun 2014 13:22:13 +0530 Subject: restructring repo --- lecture-notes/advanced-python/handOut.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lecture-notes/advanced-python/handOut.rst (limited to 'lecture-notes/advanced-python/handOut.rst') diff --git a/lecture-notes/advanced-python/handOut.rst b/lecture-notes/advanced-python/handOut.rst new file mode 100644 index 0000000..2cd3618 --- /dev/null +++ b/lecture-notes/advanced-python/handOut.rst @@ -0,0 +1,14 @@ +================= + Advanced Python +================= + +.. 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