@@ -20,13 +20,6 @@ Homework Questions?
20
20
21
21
From any of the Exercises...
22
22
23
- Code Review
24
- -----------
25
-
26
- Anyone unsatisfied with their solution -- or stuck?
27
-
28
- Let's do a code review!
29
-
30
23
31
24
Projects
32
25
--------
@@ -56,8 +49,13 @@ Lightning Talks Today:
56
49
Code Review?
57
50
============
58
51
52
+
53
+
54
+
59
55
.. rst-class :: left
60
56
57
+ Anyone unsatisfied with their solution -- or stuck?
58
+
61
59
Do you think you've "got" iterators, iterables, and generators?
62
60
63
61
Options:
@@ -68,6 +66,7 @@ Code Review?
68
66
69
67
3) Go over someone's project code -- anyone stuck on something?
70
68
69
+ 4) wait till the end of class -- and see how much time we have.
71
70
72
71
==========
73
72
Decorators
@@ -451,7 +450,7 @@ But this could also be accomplished like so:
451
450
" I'm the 'x' property." )
452
451
453
452
454
- :download: ` Examples/Session10/property_ugly.py < ../../Examples/Session10/property_ugly.py > `
453
+ `` Examples/Session10/property_ugly.py ` `
455
454
456
455
457
456
.. nextslide ::
@@ -498,8 +497,9 @@ HTML 'p' tag:
498
497
In [5]: return_a_string("this is a string")
499
498
Out[5]: '<p> this is a string </p>'
500
499
501
- simple test code in
502
- :download: `Examples/Session10/test_p_wrapper.py <../../Examples/Session10/test_p_wrapper.py >`
500
+ simple test code in:
501
+
502
+ ``Examples/Session10/test_p_wrapper.py ``
503
503
504
504
505
505
Lightning Talks
@@ -676,7 +676,7 @@ Consider this code:
676
676
print (' __exit__({} , {} , {} )' .format(exc_type, exc_val, exc_tb))
677
677
return self .handle_error
678
678
679
- :download: ` Examples/Session10/context_managers.py < ../../Examples/Session10/context_managers.py > `
679
+ `` Examples/Session10/context_managers.py ` `
680
680
681
681
682
682
.. nextslide ::
@@ -823,6 +823,6 @@ Please do the online course evaluation
823
823
824
824
Anyone want office hours Sunday?
825
825
826
- Or antoher time?
826
+ Or another time?
827
827
828
828
Keep writing Python!
0 commit comments