Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 367 Bytes

File metadata and controls

16 lines (15 loc) · 367 Bytes
layout lesson

This lesson explains how to consume data from the web, and how to create data for others to use.

Prerequisites

This lesson assumes learners understand basic Python programming, and can:

  • Install Python libraries
  • Use strings and lists
  • Write and call simple functions
  • Access the Internet in class {: .prereq}