avatar Bite 190. Parse income distribution from Latin America XML

In this Bite you are going to parse some Latin American countries in xml, specifically the output of api.worldbank.org/V2/country?region=LCN which we stored here. It's already saved for you in the countries temp file.

Complete get_income_distribution by reading in this file, parsing its XML and returning a dict of keys = wb:incomeLevel and values = lists of country names (wb:name). defaultdict is a convenient data structure to use here. See also the tests for the expected return.

Good luck and code more Python!

Login and get coding
go back Intermediate level
Bitecoin 3X

174 out of 177 users completed this Bite.
Will you be Pythonista #175 to crack this Bite?
Resolution time: ~51 min. (avg. submissions of 5-240 min.)
Pythonistas rate this Bite 5.0 on a 1-10 difficulty scale.
» Up for a challenge? 💪

Focus on this Bite hiding sidebars, turn on Focus Mode.

Ask for Help