writing_python_scripts/script.rst
changeset 335 d5248a15274c
parent 296 641a6ee868c0
child 460 5d032e253580
equal deleted inserted replaced
334:4b1e81da1c80 335:d5248a15274c
     1 .. Objectives
     1 .. Objectives
     2 .. ----------
     2 .. ----------
     3 
     3 
       
     4 .. By the end of this tutorial, you will be able to 
       
     5 
       
     6 ..  * Understand what is importing
       
     7 ..  * Write your own Python modules
       
     8 ..  * Understand the ``__name__=="__main__"`` idiom
       
     9 
     4 .. Prerequisites
    10 .. Prerequisites
     5 .. -------------
    11 .. -------------
       
    12 .. 1. Using Python modules
     6      
    13      
     7 .. Author              : Nishanth Amuluru
    14 .. Author              : Nishanth Amuluru
     8    Internal Reviewer   : 
    15    Internal Reviewer   : 
     9    External Reviewer   :
    16    External Reviewer   :
    10    Checklist OK?       : <put date stamp here, if OK> [2010-10-05]
    17    Checklist OK?       : <put date stamp here, if OK> [2010-10-05]