@@ -20,13 +20,6 @@ Homework Questions?
2020
2121From any of the Exercises...
2222
23- Code Review
24- -----------
25-
26- Anyone unsatisfied with their solution -- or stuck?
27-
28- Let's do a code review!
29-
3023
3124Projects
3225--------
@@ -56,8 +49,13 @@ Lightning Talks Today:
5649Code Review?
5750============
5851
52+
53+
54+
5955.. rst-class :: left
6056
57+ Anyone unsatisfied with their solution -- or stuck?
58+
6159 Do you think you've "got" iterators, iterables, and generators?
6260
6361 Options:
@@ -68,6 +66,7 @@ Code Review?
6866
6967 3) Go over someone's project code -- anyone stuck on something?
7068
69+ 4) wait till the end of class -- and see how much time we have.
7170
7271==========
7372Decorators
@@ -451,7 +450,7 @@ But this could also be accomplished like so:
451450 " I'm the 'x' property." )
452451
453452
454- :download: ` Examples/Session10/property_ugly.py < ../../Examples/Session10/property_ugly.py > `
453+ `` Examples/Session10/property_ugly.py ` `
455454
456455
457456.. nextslide ::
@@ -498,8 +497,9 @@ HTML 'p' tag:
498497 In [5]: return_a_string("this is a string")
499498 Out[5]: '<p> this is a string </p>'
500499
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 ``
503503
504504
505505Lightning Talks
@@ -676,7 +676,7 @@ Consider this code:
676676 print (' __exit__({} , {} , {} )' .format(exc_type, exc_val, exc_tb))
677677 return self .handle_error
678678
679- :download: ` Examples/Session10/context_managers.py < ../../Examples/Session10/context_managers.py > `
679+ `` Examples/Session10/context_managers.py ` `
680680
681681
682682.. nextslide ::
@@ -823,6 +823,6 @@ Please do the online course evaluation
823823
824824Anyone want office hours Sunday?
825825
826- Or antoher time?
826+ Or another time?
827827
828828Keep writing Python!
0 commit comments