Skip to content

Commit 43ba7d1

Browse files
committed
2 parents 8f64b47 + d76f9d4 commit 43ba7d1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

res/labs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"part2": "#",
2525
"solutions": "#",
2626
"visible": true,
27-
"active": true
27+
"active": false
2828
},
2929
{
3030
"week": 6,

res/lectures.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"video": "https://drive.google.com/open?id=181FkwUQJvJvm6E29XKO9zap_s6Flj-qR",
6969
"video_note": "#",
7070
"visible": true,
71-
"active": true,
71+
"active": false,
7272
"code": "https://stanfordpython.com/res/lecture-code/Lecture5.zip"
7373
},
7474
{

res/schedule.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
{
105105
"title": "Python and the Web",
106106
"date": "2020-02-03",
107-
"active": true,
107+
"active": false,
108108
"description": "We'll begin with an introduction to object-oriented programming in Python and a discussion of classes. Then, we'll turn to one of the most exciting applications of Python: it interacts so well with the internet. We'll start with using Python to query and parse websites. We'll talk about the design of websites and web languages like HTML and JSON. Then we'll discuss how to use Python to interact with these technologies by querying websites and parsing the response. We'll take a relevant detour to discuss Python's image processing libraries and how to process images on the web. After that, we'll transition to server-side web development and discuss how to build websites backed by Python. This lecture is the most demo-heavy of the quarter and by the end, we'll build an anagrammer application, backed by Python."
109109
},
110110
{

0 commit comments

Comments
 (0)