May 2019
Beginner
544 pages
13h 12m
English

In this chapter, you’ll learn how to write a self-contained program that generates a visualization based on data that it retrieves. Your program will use a web application programming interface (API) to automatically request specific information from a website—rather than entire pages—and then use that information to generate a visualization. Because programs written like this will always use current data to generate a visualization, even when that data might be rapidly changing, it will always be up to date.
A web API is a part of a website designed to interact with programs. Those programs use very specific ...
Read now
Unlock full access