codebar / tutorials

🗒 codebar's tutorials
http://tutorials.codebar.io/
257 stars 241 forks source link

Fix dictionary ordering issues #386

Closed danielquinn closed 6 years ago

danielquinn commented 6 years ago

Rahel noticed another issue with the tutorial, so here's a "fix" for it. The problem is really in how Python doesn't necessarily return the list in the expected order, so the code changes are mostly to account for the most likely outcome. I've also added an explainer about ordering.

KimberleyCook commented 6 years ago

Thanks @danielquinn