Introduction

Introduction

Your AI applications will need data. Chances are that data is not in your local files but available online through Application Programming Interfaces (APIs). In this lesson, you’ll learn how to:

  • Display and use JSON data from API responses.
  • Identify and handle communication errors over a network.

With that, you’re ready to explore real-world data!

See forum comments
Download course materials from Github
Previous: Quiz: Working with Local Data Next: Getting Online Data