summaryrefslogtreecommitdiff
path: root/advanced-features-functions/script.rst
diff options
context:
space:
mode:
authorPuneeth Chaganti2010-11-09 10:56:50 +0530
committerPuneeth Chaganti2010-11-09 10:56:50 +0530
commitf64919a9a89b4b921d9277810097315797f8be83 (patch)
treea22bc13413ee969343b109ea8515d16dad939ce7 /advanced-features-functions/script.rst
parente95df2f631283071971905b04ca6640b5d0784e2 (diff)
parenta7653f741cd41e9b00c9c1718ad2c2a0107ee191 (diff)
downloadst-scripts-f64919a9a89b4b921d9277810097315797f8be83.tar.gz
st-scripts-f64919a9a89b4b921d9277810097315797f8be83.tar.bz2
st-scripts-f64919a9a89b4b921d9277810097315797f8be83.zip
Merged heads.
Diffstat (limited to 'advanced-features-functions/script.rst')
-rw-r--r--advanced-features-functions/script.rst12
1 files changed, 2 insertions, 10 deletions
diff --git a/advanced-features-functions/script.rst b/advanced-features-functions/script.rst
index 0abae54..6e49c44 100644
--- a/advanced-features-functions/script.rst
+++ b/advanced-features-functions/script.rst
@@ -169,7 +169,8 @@ Please, pause the video here. Do the exercise and then continue.
welcome()
-Let us now learn what keyword arguments are.
+Let us now learn what keyword arguments or named arguments are. We
+shall refer to them as keyword arguments, henceforth.
{{{ show a slide with examples using keyword arguments. }}}
@@ -185,14 +186,6 @@ Let us now learn what keyword arguments are.
pie(science.values(), labels = science.keys())
-.. #[[Anoop: I think it will better to introduce keyword arguments as
- keyword/named arguments, as the keyword term was quite confusing
- for me, so can be for someone who already know certain
- jargon's/concepts, also it would be good to tell them that these
- are different from keywords in programming languages, explicit is
- better than implicit, and probably you could also tell them that
- from now on we will refer to it as just keyword arguments]]
-
When you are calling functions in Python, you don't need to remember
the order in which to pass the arguments. Instead, you can use the
name of the argument to pass it a value. This slide shows a few
@@ -249,7 +242,6 @@ with it.
.. #[punch: Need to decide, exactly what to put here. Reviewer comments
.. welcome.]
-
{{{ switch to slide showing classes of functions in pylab, scipy }}}
.. #[[Anoop: slide missing]]