![]() |
Python Requests package: Handling xml response - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: General Coding Help (https://python-forum.io/forum-8.html) +--- Thread: Python Requests package: Handling xml response (/thread-29639.html) |
Python Requests package: Handling xml response - soumyarani - Sep-14-2020 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? RE: Python Requests package: Handling xml response - buran - Sep-14-2020 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. |