Skip to content

Latest commit

 

History

History

Lesson 5

Hear Me Code Lesson 5

What you'll learn:

  • Installing external libraries using pip
  • Using other people's code using import
  • Using APIs to get someone else's data
  • Using APIs to get someone else's services
  • Using APIs to improve the data you have
  • The tradeoffs between datasets and APIs
  • How information is returned from an API
  • How to use an API to get information or perform an action

Just a few practical examples:

  • Find the latitude / longitude for a list of addresses and map it
  • Send a text message using the Twilio API
  • Receive a text message using the Twilio API and do something with the information
  • Combine related data sets (Shut That Down, Watch This Instead)

Examples in real projects:

Code Samples:

Exercises:

Vocabulary

Concepts learned:

  • APIs
  • Datasets
  • JSON
  • REST
  • Endpoints

Keywords learned:

  • import

Libraries learned:

  • requests