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.2.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.2.rst')
-rw-r--r-- | ult/Documentation/8.2.rst | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/ult/Documentation/8.2.rst b/ult/Documentation/8.2.rst new file mode 100644 index 0000000..d5ae3ed --- /dev/null +++ b/ult/Documentation/8.2.rst @@ -0,0 +1,23 @@ +8.2 Advanced features of functions +================================== + +1. Assign default values to arguments + * use of function as an example to understand what a + default value of an argument means(0.42 - 2.40) + +#. Calling function with their default arguments + * An example to explain how a function is called by it's arguments(2.41 - 4.01) + * Exercise 1: Redifine a function by interchaning it's default arguments(4.06 - 4.51) + * Exercise 2: make a note of all the arguments with default values for 'linspace'(4.57 - 5.28) + * Exercise 3: Call a function without any arguments(5.34 - 6.18) + +#. Define and call functions with keyword arguments + * Explanation with examples of keyword arguments(6.19 - 8.28) + +#. Built-in functions available in Python standard library and the scientific computing libraries + * What are built-in functions(8.36 - 9.07) + * Classes of functions in pylab, scipy(9.08 - 9.44) + +#. Summary(9.45 - 10.02) + +#. Evaluation Questions(10.03 - 11.34) |