diff options
author | ikkiran | 2012-06-21 18:19:40 +0530 |
---|---|---|
committer | ikkiran | 2012-06-21 18:19:40 +0530 |
commit | 912b905e1d9f1c866b101cb3f6107971eb464e52 (patch) | |
tree | 22a91d540a7cc4e3e969460844c902e4df9cb3bd /ult/Documentation/8.4.rst | |
parent | 3c5feb1ca2e2e8221d9982879e5068b29a063d90 (diff) | |
download | sdes-stscripts-912b905e1d9f1c866b101cb3f6107971eb464e52.tar.gz sdes-stscripts-912b905e1d9f1c866b101cb3f6107971eb464e52.tar.bz2 sdes-stscripts-912b905e1d9f1c866b101cb3f6107971eb464e52.zip |
Added documentation to ULT
Diffstat (limited to 'ult/Documentation/8.4.rst')
-rw-r--r-- | ult/Documentation/8.4.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ult/Documentation/8.4.rst b/ult/Documentation/8.4.rst new file mode 100644 index 0000000..bc00a2b --- /dev/null +++ b/ult/Documentation/8.4.rst @@ -0,0 +1,15 @@ + +8.4 Writing Python scripts +========================== + +1. What is importing + * Definition (0.25 - 0.36) + * Example of a gcd function (0.37 - 3.28) + * Importing the the gcd function to another location (3.29 - 5.22) + +#. Understand the ``__name__=="__main__"`` idiom + * How ``__name__=="__main__"`` works (5.23 - 8.06) + +#. Summary(8.10 - 8.20) + +#. Evaluation Questions(8.21 - 9.31) |