[categories] [index] [all (553)] [latest]
>>> dict((k, []) for k in ['a', 'b', 'c']) {'a': [], 'c': [], 'b': []}