summaryrefslogtreecommitdiff
path: root/ult/Documentation/8.2.rst
diff options
context:
space:
mode:
authorJovina2012-08-03 11:35:54 +0530
committerJovina2012-08-03 11:35:54 +0530
commita9c09136b785a5769d7b927c22f416f1964016fe (patch)
treea4d4b9b7b142bbe5051485d69640e17e2f32b16e /ult/Documentation/8.2.rst
parent18d8394b05bc6cc52cd1a54a59a22163b5147c34 (diff)
parentf71e9c3a7f4407dcd1ade3858c9a3a07028ce716 (diff)
downloadsdes-stscripts-a9c09136b785a5769d7b927c22f416f1964016fe.tar.gz
sdes-stscripts-a9c09136b785a5769d7b927c22f416f1964016fe.tar.bz2
sdes-stscripts-a9c09136b785a5769d7b927c22f416f1964016fe.zip
Merge branch 'master' of http://github.com/FOSSEE/sdes-stscripts
Diffstat (limited to 'ult/Documentation/8.2.rst')
-rw-r--r--ult/Documentation/8.2.rst23
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)