Web Services
Learn how we can consume a web endpoint in Python
We'll cover the following
Before we host a predictive model, we’ll use Python to call a web service and to process the result. After showing how to process a web response, we’ll set up our own service that echoes the passed-in message back to the caller.
In our pre-configured execution environment, the required libraries are already installed. To skip local installation instructions and move to their functionalities, click here.
Libraries to install
There are few different libraries we’ll need to install for the examples in this chapter:
Get hands-on with 1200+ tech skills courses.