Python Forum

Full Version: Python Requests package: Handling xml response
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm learning Python programming and I just completed classes about lists, tuples, functions, and methods
I like very much the requests package and its comfortable way to handle JSON responses.

Unfortunately, I did not understand if I can also process XML responses. Has anybody experienced how to handle XML responses with the requests package? Is it necessary to include another package for the XML decoding?
This question is copy/paste of this SO question from 7 years ago
This makes me to believe the sole purpose of your questions is to post the link that I removed.