Login and get codingIn this Bite you will use
ElementTree
to parse some Nolan movies we extracted from OMDb.Luckily most APIs switched to JSON, but sometimes XML is all there is, so at least learn to parse some! Complete the
get_tree
,get_movies
andget_movie_longest_runtime
functions below. See the docstrings and tests for more info.Have fun and remember:
Keep calm and code in Python!
681 out of 693 users completed this Bite.
Will you be Pythonista #682 to crack this Bite?
Resolution time: ~54 min. (avg. submissions of 5-240 min.)
Pythonistas rate this Bite 5.36 on a 1-10 difficulty scale.
» Up for a challenge? 💪