From 900a0f4d3fefd4bf05bab44d5ae4d561b8af8660 Mon Sep 17 00:00:00 2001 From: Anoop Jacob Thomas Date: Wed, 13 Oct 2010 14:00:33 +0530 Subject: changed headers of scripts(objectives and prerequisites). --- using python modules/script.rst | 37 ++++++++++++++++++++++++------------- 1 file changed, 24 insertions(+), 13 deletions(-) (limited to 'using python modules/script.rst') diff --git a/using python modules/script.rst b/using python modules/script.rst index 5155d37..e3190fd 100644 --- a/using python modules/script.rst +++ b/using python modules/script.rst @@ -1,11 +1,27 @@ -.. 9.3 LO: using python modules (3) -.. --------------------------------- -.. * executing python scripts from command line -.. * import -.. * scipy -.. * pylab -.. * sys -.. * STDLIB modules show off +.. Objectives +.. ---------- + +.. At the end of this tutorial, you will be able to + +.. 1. Execute python scripts from command line. +.. #. Use import in scripts. +.. #. Import scipy and pylab modules +.. #. Use python standard modules and 3rd party modules. + + +.. Prerequisites +.. ------------- + +.. 1. should have ``pylab`` installed. +.. #. using plot command interactively. +.. #. embellishing a plot. +.. #. saving plots. + +.. Author : Anoop Jacob Thomas + Internal Reviewer : + External Reviewer : + Checklist OK? : [2010-10-05] + ==================== Using Python modules @@ -229,8 +245,3 @@ the python standard library. {{{ switch to next slide, thank you slide }}} Thank you! - -.. Author: Anoop Jacob Thomas - Reviewer 1: - Reviewer 2: - External reviewer: -- cgit