Skip to content

Commit bab5b06

Browse files
committed
Add Lecture 5
1 parent 656bdf0 commit bab5b06

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-5
lines changed

res/.DS_Store

0 Bytes
Binary file not shown.

res/lecture-code/Lecture5.zip

6.71 KB
Binary file not shown.

res/lectures.json

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"video": "https://drive.google.com/open?id=1TqtuwNhPdWhB6MQEDTFuCS-8A3p83YnX",
99
"video_note": "Our video camera ran out of memory, so the final 30 minutes of class are not recorded",
1010
"visible": true,
11-
"active": false
11+
"active": false,
12+
"code": "#"
1213
},
1314
{
1415
"uid": "63a6f062-6bfb-4b90-9f3b-70c3901b3c7c",
@@ -19,7 +20,8 @@
1920
"video": "https://drive.google.com/open?id=1W8cziwcq40D8n70Hr716FHoURCXFQ3M9",
2021
"video_note": "#",
2122
"visible": true,
22-
"active": false
23+
"active": false,
24+
"code": "#"
2325
},
2426
{
2527
"uid": "617766a3-fe5e-4a3b-bfb4-7146b9fbc066",
@@ -30,7 +32,8 @@
3032
"video": "https://drive.google.com/open?id=1UYgRALGxbs9OcECt6xxA5zAEYAaP1u3I",
3133
"video_note": "#",
3234
"visible": true,
33-
"active": false
35+
"active": false,
36+
"code": "#"
3437
},
3538
{
3639
"uid": "a5c1679a-00c5-4384-9aa7-1fe51c7f4738",
@@ -41,7 +44,8 @@
4144
"video": "https://drive.google.com/open?id=1266CkQGrP37vZRdzASlMCcIUxdqubelu",
4245
"video_note": "#",
4346
"visible": true,
44-
"active": false
47+
"active": false,
48+
"code": "#"
4549
},
4650
{
4751
"uid": "ac17df12-0316-45c9-82a6-f74ba3019374",
@@ -52,6 +56,19 @@
5256
"video": "#",
5357
"video_note": "#",
5458
"visible": true,
55-
"active": true
59+
"active": false,
60+
"code": "#"
61+
}
62+
{
63+
"uid": "6d550bde-2779-43e4-a78a-536d0858dc0d",
64+
"title": "Python & the Web",
65+
"date": "2020-02-03",
66+
"condensed": "https://drive.google.com/open?id=1HFKN7gwRV795yNRYij6UvsE5VGLBrHnE",
67+
"full": "https://drive.google.com/open?id=1Tf9e36D4NSTqsd0ySOdpsA6qGXLdxUrq",
68+
"video": "#",
69+
"video_note": "#",
70+
"visible": true,
71+
"active": true,
72+
"code": "https://stanfordpython.com/res/lecture-code/Lecture5.zip"
5673
}
5774
]

0 commit comments

Comments
 (0)