File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ Session 2 - Web Protocols
34
34
-------------------------
35
35
36
36
Protocols are the languages of the Internet. They govern how machines speak to
37
- one- another. We will focus on finding both the similarities and differences
37
+ one another. We will focus on finding both the similarities and differences
38
38
between protocols. Can you use the inherent qualities of each to determine
39
39
which is appropriate for a given purpose?
40
40
41
41
Along the way, we'll build a simple web server. Using the HTTP protocol and
42
- extending what we learned in the morning about we'll create an HTTP server
42
+ extending what we learned in the previous session we'll create an HTTP server
43
43
that allows us to serve files and directories from our own computers. By the
44
44
end of the day, you'll be browsing your filesystem with your own web browser.
45
45
@@ -240,4 +240,4 @@ By the end of the session, you'll have a fully functional wiki you can play
240
240
with. Maybe you'll use it to track the information you leared about Python
241
241
Web Development.
242
242
243
- `Lecture Slides <presentations/session10.html >`_
243
+ `Lecture Slides <presentations/session10.html >`_
You can’t perform that action at this time.
0 commit comments