开发者

How can I download information from a website if it returns XML/JSON in its response?

Does Python3 have a built in method to do this? Any guidance at all would be great! :)

The website in question exposes all 开发者_StackOverflow中文版of its information and even gives you an API key to use.


Python includes a json module that can do the conversion for you. For downloading the actual data from the web site, use urllib.request.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜