Skip to content

Commit 7de3831

Browse files
committed
2 parents d66dcc9 + 03c4053 commit 7de3831

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

res/assignments.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
{
3333
"num": 3,
3434
"title": "Final Project",
35-
"spec": "https://github.com/stanfordpython/python-assignments/blob/master/assign4/README.md",
36-
"starter_code": "https://github.com/stanfordpython/python-assignments/tree/master/assign4",
37-
"released": "2020-02-17 5:00:00 PM",
35+
"spec": "https://github.com/stanfordpython/python-assignments/blob/master/final-proj/README.md",
36+
"starter_code": "#",
37+
"released": "2020-02-19 5:00:00 PM",
3838
"due": "2020-03-09 11:59:59 PM",
39-
"visible": false,
40-
"active": false
39+
"visible": true,
40+
"active": true
4141
}
4242
]
4343

res/lectures.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"video": "#",
8181
"video_note": "#",
8282
"visible": true,
83-
"active": true,
83+
"active": false,
8484
"code": "#"
8585
},
8686
{

res/schedule.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,13 +152,13 @@
152152
{
153153
"title": "President's Day",
154154
"date": "2020-02-17",
155-
"active": true,
155+
"active": false,
156156
"description": "PRESIDENT'S DAY"
157157
},
158158
{
159-
"title": "Third Party & Standard Libraries Lab",
159+
"title": "Third Party & Standard Libraries",
160160
"date": "2020-02-19",
161-
"active": false,
161+
"active": true,
162162
"description": "To many, the most important feature of a programming language is not syntax or program flow, but rather the work that prior programmers have put in to make routine computations straightforward. In this lecture, we explore the Python standard libraries, and delve into the rich depth and diversity of libraries that Python has to offer. We start by exploring pdb, Python's debugging library, and quickly move into specialized containers, regex tools, customizable iterators, and system-level interactions. If there's time, we explore temporal modules, like timeit and datetime, and libraries for file compression."
163163
}
164164
],

0 commit comments

Comments
 (0)