Login and get codingIn this Bite you will find the top ten tags found in the PyBites blog XML feed (e.g. Python, Flask, Django, learning).
The tests for this Bite expect you to use
collections.Counter
and we loaded a static copy of our XML feed so we can predictably test your code. The PyBites tags will need to be parsed from the XML tags within each (Hint: you don't need an XML parser for this task).What are PyBites people most passionate about? Look at the tests and you'll know the answer. Then write your solution to make the tests pass.
Keep calm and code in Python!
839 out of 868 users completed this Bite.
Will you be the 840th person to crack this Bite?
Resolution time: ~44 min. (avg. submissions of 5-240 min.)
Our community rates this Bite 4.81 on a 1-10 difficulty scale.
» Up for a challenge? 💪