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
| 00:00 | Getting Data | FIXME |
| 00:15 | Handling CSV Data | FIXME |
| 00:30 | Generalizing and Handling Errors | FIXME |
| 00:45 | Visualization | FIXME |
| 01:00 | Publishing Data | FIXME |
| 01:15 | Making Data Findable | FIXME |
| 01:30 | Finish |