equal
deleted
inserted
replaced
1 .. Objectives |
1 .. Objectives |
2 .. ---------- |
2 .. ---------- |
3 |
3 |
|
4 .. By the end of this tutorial, you will be able to |
|
5 |
|
6 .. * Understand what is importing |
|
7 .. * Write your own Python modules |
|
8 .. * Understand the ``__name__=="__main__"`` idiom |
|
9 |
4 .. Prerequisites |
10 .. Prerequisites |
5 .. ------------- |
11 .. ------------- |
|
12 .. 1. Using Python modules |
6 |
13 |
7 .. Author : Nishanth Amuluru |
14 .. Author : Nishanth Amuluru |
8 Internal Reviewer : |
15 Internal Reviewer : |
9 External Reviewer : |
16 External Reviewer : |
10 Checklist OK? : <put date stamp here, if OK> [2010-10-05] |
17 Checklist OK? : <put date stamp here, if OK> [2010-10-05] |