diff options
-rw-r--r-- | accessing-pieces-arrays/script.rst | 13 | ||||
-rw-r--r-- | accessing-pieces-arrays/tagore-einstein.png | bin | 0 -> 121404 bytes | |||
-rw-r--r-- | template/script.rst | 4 |
3 files changed, 12 insertions, 5 deletions
diff --git a/accessing-pieces-arrays/script.rst b/accessing-pieces-arrays/script.rst index 7e1a20b..b0974af 100644 --- a/accessing-pieces-arrays/script.rst +++ b/accessing-pieces-arrays/script.rst @@ -1,7 +1,15 @@ .. Objectives .. ---------- - -.. Clearly state the objectives of the LO (along with RBT level) + + By the end of this tutorial, you will be able to: + + 1. Access and change individual elements of arrays, both one + dimensional and multi-dimensional. + 2. Access and change rows and columns of arrays. + 3. Access and change other chunks from an array, using slicing + and striding. + 4. Read images into arrays and perform processing on them, using + simple array manipulations. .. Prerequisites .. ------------- @@ -18,7 +26,6 @@ Script ------ - {{{ Screen shows welcome slide }}} Welcome to the tutorial on accessing pieces of arrays diff --git a/accessing-pieces-arrays/tagore-einstein.png b/accessing-pieces-arrays/tagore-einstein.png Binary files differnew file mode 100644 index 0000000..0841dd0 --- /dev/null +++ b/accessing-pieces-arrays/tagore-einstein.png diff --git a/template/script.rst b/template/script.rst index 930513c..a09cca8 100644 --- a/template/script.rst +++ b/template/script.rst @@ -22,7 +22,7 @@ Script Hello Friends. Welcome to the tutorial on so-and-so (topic of the tutorial) -{{{ Show the slide containing the outline slide }}} +{{{ Show the outline slide }}} ... @@ -34,7 +34,7 @@ Following is an (are) exercise(s) that you must do. %% %% yet another exercise -Please, pause the video here. Do the exercises and then continue. +Please, pause the video here. Do the exercise(s) and then continue. {{{ Show summary slide }}} |