Skip to content

Commit 1ee61f5

Browse files
committed
updated a slide in the last session
1 parent e1c29f2 commit 1ee61f5

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

build_gh_pages.sh

+4
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ git add * # in case there are new files added
2020
git commit -a
2121
git push
2222

23+
# while we're at it, push the class repo too:
24+
cd ../sea-f2-python-sept14/
25+
git commit -a
26+
git push

source/session08.rst

+13-4
Original file line numberDiff line numberDiff line change
@@ -1007,17 +1007,26 @@ Homework
10071007

10081008
Python Power
10091009

1010-
Beautiful, Idiomatic Python
1011-
----------------------------
1010+
More reading, etc:
1011+
------------------
10121012

1013-
Transforming Code into Beautiful, Idiomatic Python:
1013+
**Iterators, generators, and containers:**
10141014

1015-
https://www.youtube.com/watch?v=OSGv2VnC0go
1015+
A nice post that clearly lays out how all these things fit together:
1016+
1017+
http://nvie.com/posts/iterators-vs-generators/
1018+
1019+
|
1020+
|
1021+
1022+
**Transforming Code into Beautiful, Idiomatic Python:**
10161023

10171024
Raymond hettinger (again) talks about Pythonic code.
10181025

10191026
A lot of it is about using iterators -- now you know what those really are.
10201027

1028+
https://www.youtube.com/watch?v=OSGv2VnC0go
1029+
10211030
Assignments
10221031
-----------
10231032

0 commit comments

Comments
 (0)