May 2019
Beginner
528 pages
29h 51m
English
In this section, you’ll install the modules required for the next section’s full-implementation Watson case study. For your coding convenience, IBM provides the Watson Developer Cloud Python SDK (software development kit). Its watson_developer_cloud module contains classes that you’ll use to interact with Watson services. You’ll create objects for each service you need, then interact with the service by calling the object’s methods.
To install the SDK26 open an Anaconda Prompt (Windows; open as Administrator), Terminal (macOS/Linux) or shell (Linux), then execute the following command27:
Read now
Unlock full access