diff options
Diffstat (limited to 'writing_python_scripts/script.rst')
-rw-r--r-- | writing_python_scripts/script.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/writing_python_scripts/script.rst b/writing_python_scripts/script.rst index d8268f4..07c91f1 100644 --- a/writing_python_scripts/script.rst +++ b/writing_python_scripts/script.rst @@ -1,8 +1,15 @@ .. Objectives .. ---------- +.. By the end of this tutorial, you will be able to + +.. * Understand what is importing +.. * Write your own Python modules +.. * Understand the ``__name__=="__main__"`` idiom + .. Prerequisites .. ------------- +.. 1. Using Python modules .. Author : Nishanth Amuluru Internal Reviewer : |