Learn the network underpinnings of the Web through exercises in your terminal and in Python.
Overview
Syllabus
- Requests & Responses
- In this lesson, you will examine HTTP requests and responses by experimenting directly with a web server, interacting with it by hand.
- The Web from Python
- In this lesson, you will write HTTP servers and clients in Python.
- HTTP in the Real World
- In this lesson, you will examine a number of practical HTTP features that go beyond basic requests and responses.
Taught by
Karl Krueger