Python: Parsing API XML Response Data
· ☕ 3 min read · ✍️ Brett Johnson
Recently I have started to look at the Turbonomic API. Due to my current skill level in Python, I quickly hit a roadblock. The response from an API is in in XML format. Parsing the response in XML slowed things down a little. Which is the focus of the post. How to parse the XML response with Python.
After some time I put the pieces together can work with this product through the API.