theautomatic.net
Python collections tutorial - Open Source Automation
This post is a tutorial on the Python collections library. Collections provides many useful features, like Counter, defaultdict, and deque.
Andrew Treadway