blob: bc00a2b1b37a96add4024514306c8cbfcf5d1956 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
8.4 Writing Python scripts
==========================
1. What is importing
* Definition (0.25 - 0.36)
* Example of a gcd function (0.37 - 3.28)
* Importing the the gcd function to another location (3.29 - 5.22)
#. Understand the ``__name__=="__main__"`` idiom
* How ``__name__=="__main__"`` works (5.23 - 8.06)
#. Summary(8.10 - 8.20)
#. Evaluation Questions(8.21 - 9.31)
|