Python dictionary: are keys() and values() always the same order?
This video explains
Python dictionary: are keys() and values() always the same order?
--
Become part of the top 3% of the developers by applying to Toptal
https://topt.al/25cXVn
--
Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Game 2 Looping
--
Chapters
00:00 Question
00:44 Accepted answer (Score 439)
01:11 Answer 2 (Score 99)
01:35 Answer 3 (Score 51)
01:57 Answer 4 (Score 15)
02:29 Thank you
--
Full question
https://stackoverflow.com/questions/8350...
Accepted answer links:
[2.x documentation]: https://docs.python.org/2/library/stdtyp...
[3.x documentation]: https://docs.python.org/3/library/stdtyp...
Answer 3 links:
[guaranteed in python 2.x]: https://docs.python.org/2/library/stdtyp...
Answer 4 links:
[return items in the order you inserted them]: https://docs.python.org/3/whatsnew/3.6.h...
[required]: https://mail.python.org/pipermail/python...
[starting with Python 3.7]: https://docs.python.org/3/whatsnew/3.7.h...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#python
Python dictionary: are keys() and values() always the same order?
--
Become part of the top 3% of the developers by applying to Toptal
https://topt.al/25cXVn
--
Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Game 2 Looping
--
Chapters
00:00 Question
00:44 Accepted answer (Score 439)
01:11 Answer 2 (Score 99)
01:35 Answer 3 (Score 51)
01:57 Answer 4 (Score 15)
02:29 Thank you
--
Full question
https://stackoverflow.com/questions/8350...
Accepted answer links:
[2.x documentation]: https://docs.python.org/2/library/stdtyp...
[3.x documentation]: https://docs.python.org/3/library/stdtyp...
Answer 3 links:
[guaranteed in python 2.x]: https://docs.python.org/2/library/stdtyp...
Answer 4 links:
[return items in the order you inserted them]: https://docs.python.org/3/whatsnew/3.6.h...
[required]: https://mail.python.org/pipermail/python...
[starting with Python 3.7]: https://docs.python.org/3/whatsnew/3.7.h...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#python