You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Syllabus.rst
+13-8Lines changed: 13 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,10 @@ One learns programming by doing -- I'll be demonstrating as I talk about concept
33
33
34
34
Homework:
35
35
=================
36
-
There will generally be weekly homework assignments. They will usually be flexible to allow for student's varying time constants. However, you learn by doing, so I do encourage you to put some time in to the homework. I will review your work, and do a mini code-review of selected assignments during class.
36
+
There will generally be weekly homework assignments. They will usually be flexible to allow for
37
+
students' varying time constraints. However, you learn by doing, so I do encourage you to put
38
+
some time in to the homework. I will review your work if you ask me to, and do a mini code-review
39
+
of selected assignments during class.
37
40
38
41
`Teach Yourself Programming in Ten Years <http://norvig.com/21-days.html>`_
39
42
@@ -50,15 +53,17 @@ Class format:
50
53
Each class will be broken down something like this:
51
54
52
55
- 30 minutes talk
53
-
- 30 minutes exercises
56
+
- 25 minutes lab time
54
57
55
58
- 5 minute lightning talk
56
-
- 25 minutes talk
57
-
- 30 minutes exercises
59
+
- 5 minute lightning talk
60
+
- 20 minutes talk
61
+
- 30 minutes lab time
58
62
59
63
- 5 minute lightning talk
60
-
- 25 minutes talk
61
-
- 30 minutes exercises
64
+
- 5 minute lightning talk
65
+
- 20 minutes talk
66
+
- 30 minutes lab time
62
67
63
68
(there will be no official breaks, but we should all feel free to move about during lab/exercise time)
64
69
@@ -182,13 +187,13 @@ Week 8: November 19
182
187
Decorators, Packages and packaging
183
188
184
189
185
-
Week 9: November 26
190
+
Week 9: December 3
186
191
....................................
187
192
188
193
Testing, profiling, performance.
189
194
190
195
191
-
Week 10: December 3
196
+
Week 10: December 10
192
197
.....................................
193
198
194
199
Persistence / Serialization / Databases and Python
0 commit comments