File tree Expand file tree Collapse file tree 3 files changed +23
-4
lines changed
Expand file tree Collapse file tree 3 files changed +23
-4
lines changed Original file line number Diff line number Diff line change @@ -291,15 +291,17 @@ Testing
291291
292292Advanced Argument passing
293293
294- Lambda
295294
296- Functions as Objects
297295
298296**No class Nov 8th for election night **
299297
300298Week 7: November 15
301299...................
302300
301+ Lambda
302+
303+ Functions as Objects
304+
303305Object Oriented Programming: classes, instances, and methods
304306
305307
Original file line number Diff line number Diff line change @@ -727,6 +727,7 @@ Catch up!
727727Material to review before next week:
728728====================================
729729
730+ <<<<<< < HEAD
730731** Unit Testing:**
731732
732733* Dive into Python: chapter 9 :
@@ -741,3 +742,13 @@ NOTE: you will find that most introductions to unit testing with Python use the
741742
742743* arguments and parameters:
743744 http:// stupidpythonideas.blogspot.com/ 2013 / 08 / arguments- and - parameters.html
745+ ====== =
746+ Advanced Argument Passing:
747+
748+ https:// pythontips.com/ 2013 / 08 / 04 / args- and - kwargs- in - python- explained/
749+
750+ Lambda:
751+
752+ http:// www.blog.pythonlibrary.org/ 2015 / 10 / 28 / python- 101 - lambda -basics/
753+ https:// pythonconquerstheuniverse.wordpress.com/ 2011 / 08 / 29 / lambda_tutorial/
754+ >>>>>> > 6c9ee7938fd092bce1f3fe304ebb95b7214bcfcc
Original file line number Diff line number Diff line change @@ -1108,7 +1108,13 @@ Finish up the Labs
11081108Material to review for next week
11091109--------------------------------
11101110
1111- Object Oreiented Programming:
1111+ Lambda:
1112+
1113+ http://www.blog.pythonlibrary.org/2015/10/28/python-101-lambda-basics/
1114+
1115+ https://pythonconquerstheuniverse.wordpress.com/2011/08/29/lambda_tutorial/
1116+
1117+ Object Oriented Programming:
11121118
11131119 * Dive into Python3: 7.2 -- 7.3
11141120 http://www.diveintopython3.net/iterators.html#defining-classes
@@ -1121,7 +1127,7 @@ Object Oreiented Programming:
11211127
11221128[note that in py3 you don't need to inherit from object]
11231129
1124- Talk by Raymond Hettinger:
1130+ Talks by Raymond Hettinger:
11251131
11261132https://youtu.be/HTLu2DFOdTg
11271133
You can’t perform that action at this time.
0 commit comments