equal
deleted
inserted
replaced
1 .. 3.2 LO: getting started with =for= (2) [anoop] |
1 .. Objectives |
2 .. ----------------------------------------------- |
2 .. ---------- |
3 .. * blocks in python |
3 |
4 .. + (indentation) |
4 .. At the end of this tutorial, you will be able to |
5 .. * blocks in ipython |
5 |
6 .. + ... prompt |
6 .. 1. Write blocks of code in python. |
7 .. + hitting enter |
7 .. #. Use for loop. |
8 .. * =for= with a list |
8 .. #. Use ``range()`` function. |
9 .. * =range= function |
9 .. #. Write blocks in python interpreter |
|
10 .. #. Write blocks in ipython interpreter. |
|
11 |
|
12 |
|
13 .. Prerequisites |
|
14 .. ------------- |
|
15 |
|
16 .. 1. should have ``ipython`` and ``pylab`` installed. |
|
17 .. #. getting started with ``ipython``. |
|
18 .. #. getting started with lists. |
|
19 |
|
20 |
|
21 .. Author : Anoop Jacob Thomas <anoop@fossee.in> |
|
22 Internal Reviewer : |
|
23 External Reviewer : |
|
24 Checklist OK? : <put date stamp here, if OK> [2010-10-05] |
|
25 |
10 |
26 |
11 ============================= |
27 ============================= |
12 Getting started with for loop |
28 Getting started with for loop |
13 ============================= |
29 ============================= |
14 |
30 |
284 in other. |
300 in other. |
285 |
301 |
286 {{{ switch to next slide, thank you slide }}} |
302 {{{ switch to next slide, thank you slide }}} |
287 |
303 |
288 Thank you! |
304 Thank you! |
289 |
|
290 .. Author: Anoop Jacob Thomas <anoop@fossee.in> |
|
291 Reviewer 1: Nishanth |
|
292 Reviewer 2: Amit Sethi |
|
293 External reviewer: |
|
294 |
|