From a1d2763e274c4b84aca432ff740a96908c4c4c5c Mon Sep 17 00:00:00 2001 From: Chris Barker Date: Tue, 6 Dec 2016 17:30:56 -0800 Subject: [PATCH] a little cleanup --- slides_sources/source/session10.rst | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/slides_sources/source/session10.rst b/slides_sources/source/session10.rst index 49d50435..8465c79e 100644 --- a/slides_sources/source/session10.rst +++ b/slides_sources/source/session10.rst @@ -20,13 +20,6 @@ Homework Questions? From any of the Exercises... -Code Review ------------ - -Anyone unsatisfied with their solution -- or stuck? - -Let's do a code review! - Projects -------- @@ -56,8 +49,13 @@ Lightning Talks Today: Code Review? ============ + + + .. rst-class:: left + Anyone unsatisfied with their solution -- or stuck? + Do you think you've "got" iterators, iterables, and generators? Options: @@ -68,6 +66,7 @@ Code Review? 3) Go over someone's project code -- anyone stuck on something? + 4) wait till the end of class -- and see how much time we have. ========== Decorators @@ -451,7 +450,7 @@ But this could also be accomplished like so: "I'm the 'x' property.") -:download:`Examples/Session10/property_ugly.py <../../Examples/Session10/property_ugly.py>` +``Examples/Session10/property_ugly.py`` .. nextslide:: @@ -498,8 +497,9 @@ HTML 'p' tag: In [5]: return_a_string("this is a string") Out[5]: '

this is a string

' -simple test code in -:download:`Examples/Session10/test_p_wrapper.py <../../Examples/Session10/test_p_wrapper.py>` +simple test code in: + +``Examples/Session10/test_p_wrapper.py`` Lightning Talks @@ -676,7 +676,7 @@ Consider this code: print('__exit__({}, {}, {})'.format(exc_type, exc_val, exc_tb)) return self.handle_error -:download:`Examples/Session10/context_managers.py <../../Examples/Session10/context_managers.py>` +``Examples/Session10/context_managers.py`` .. nextslide:: @@ -823,6 +823,6 @@ Please do the online course evaluation Anyone want office hours Sunday? -Or antoher time? +Or another time? Keep writing Python! \ No newline at end of file