jake RSS


jakehofman.com

Archive

Oct
12th
Mon
permalink

tip: python

to create a nested defaultdict of defaultdicts, use d = defaultdict(lambda : defaultdict(int)) http://bit.ly/tUbev

tips  python