Python Dicts are now ordered, get used to it

There were several moments over the last few weeks when I heard people discuss differences between Python lists and dicts and one of the first ones mentioned was that lists are ordered and dicts are not. Read more

Similar

Using Python -m

Core Python developer, Brett Cannon, wrote a compelling case for using "python -m pip". I think we can do better. Let's use "python -m" whenever we can. What about building a python tooling ecosystem ala g... (more…)

Read more »