Skip to content

Commit da11596

Browse files
committed
Update schedule
1 parent 3f498d3 commit da11596

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

res/lectures.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@
88
"video": "#",
99
"video_note": "#",
1010
"visible": true,
11+
"active": false
12+
},
13+
{
14+
"uid": "63a6f062-6bfb-4b90-9f3b-70c3901b3c7c",
15+
"title": "Python Basics",
16+
"date": "2020-01-08",
17+
"condensed": "https://drive.google.com/open?id=1JUu_bDSA08R1tNdjeJnBGq0GRY4FNc2f",
18+
"full": "https://drive.google.com/open?id=1UfEtzkUNL1yNqXwnGh-CKSbCYbFlwsfV",
19+
"video": "#",
20+
"video_note": "#",
21+
"visible": true,
1122
"active": true
1223
}
1324
]

res/schedule.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
{
99
"title": "Welcome to Python",
1010
"date": "2020-01-06",
11-
"active": true,
11+
"active": false,
1212
"description": "Hello world! Welcome to CS41. Topics covered: why take CS41, history and context of Python, zen and philosophy of Python, who uses Python, and lots of Python fundamentals (using the interpreter, comments, variables, types, numbers, math, booleans, logic, strings, lists, slicing, console I/O, control flow, loops, range, functions)"
1313
},
1414
{
1515
"title": "Python Fundamentals",
1616
"date": "2020-01-08",
17-
"active": false,
17+
"active": true,
1818
"description": "Our rapid progression through Python fundamentals continues, covering: objects, variables, and types, duck typing, equality vs. identity testing, additional useful string methods, string formatting (using .format()), file I/O (using a context manager), running Python as a script, the basics of imports, and virutal environments."
1919
}
2020
],
@@ -23,4 +23,4 @@
2323
"end": "2020-01-10"
2424
}
2525
}
26-
]
26+
]

0 commit comments

Comments
 (0)