We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b5533d commit 54d7029Copy full SHA for 54d7029
res/labs.json
@@ -15,6 +15,16 @@
15
"part2": "https://github.com/stanfordpython/python-labs/blob/master/notebooks/lab-4/functions-and-fp-part-2.ipynb",
16
"solutions": "https://github.com/stanfordpython/python-labs/blob/master/solutions/lab-4.py",
17
"visible": true,
18
+ "active": false
19
+ },
20
+ {
21
+ "week": 5,
22
+ "topic": "Python and the Web",
23
+ "part1": "https://github.com/stanfordpython/python-labs/blob/master/notebooks/lab-5/wallscraper-notebook.ipynb",
24
+ "part2": "#",
25
+ "solutions": "#",
26
+ "visible": true,
27
"active": true
28
}
29
]
30
+
0 commit comments