pybites / challenges

PyBites Code Challenges
https://codechalleng.es/challenges/
693 stars 2.29k forks source link

PCC13 danbressner #691

Open danbressner opened 4 years ago

danbressner commented 4 years ago

Difficulty level: 6/10 Estimated time spent: 4 hours Completed: Yes I stretched my coding skills (if yes what did you learn?): This is actually the first challenge I've done, as part of the TalkPython 100 days course. It pushed me to learn a ton about how namedtuples and defaultdicts can be manipulated. Was also a really nice "aha" moment at the end when I finally figured out the lambda key for sorting the imdb scores.