Skip to content

Commit 1fde987

Browse files
committed
Conflicts: slides_sources/source/session05.rst
2 parents 3d4e282 + 6c9ee79 commit 1fde987

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

Syllabus.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,15 +291,17 @@ Testing
291291

292292
Advanced Argument passing
293293

294-
Lambda
295294

296-
Functions as Objects
297295

298296
**No class Nov 8th for election night**
299297

300298
Week 7: November 15
301299
...................
302300

301+
Lambda
302+
303+
Functions as Objects
304+
303305
Object Oriented Programming: classes, instances, and methods
304306

305307

slides_sources/source/session05.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,7 @@ Catch up!
727727
Material 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

slides_sources/source/session06.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,13 @@ Finish up the Labs
11081108
Material 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

11261132
https://youtu.be/HTLu2DFOdTg
11271133

0 commit comments

Comments
 (0)