(RSS) An unfocused collection of blog posts about Python, from tutorials for questions that come up over and over on StackOverflow to explorations of the CPython internals.
The blog originally started purely to talk about suggestions for improving the language (and still has a lot of that). Because Python is so mature and well designed, most ideas to improve it are bad ideas, hence the name.
In Sorted Collections in the stdlib, I went over why I think we want sorted collections in the stdlib, what they should look like, and why we don't have them.