This the 2nd part of a 3 part series. This workshop assumes attendees are familiar with the basics of Python but all are encouraged to attend and attendance of the other parts is not required. We will learn about APIs (Application Program Interface) and how get data returned from them via an HTTP request, which is commonly returned to the user in XML or JSON format, among others. Then we will parse the messy data output into something meaningful.