Community Data Science Course (Spring 2023)/Week 4 lecture notes: Revision history

From CommunityData

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 April 2023

18 April 2023

17 April 2023

  • curprev 22:3022:30, 17 April 2023Benjamin Mako Hill talk contribs 7,177 bytes +7,177 Created page with "== Using APIs to download data from the internet == '''API (Application Programmer Interface)''' is a structured way for two programs to communicate. Think of it like a contract or a secret handshake. APIs exist on both the Internet and, in a sense, we've already been using some APIs in Python. An interface typically has two parts: * A description of ''how to request something'' * A description of ''what one will get in return'' Once you understand those two things,..."