Tag Archives: default

Multi-dimensional dicts in Python & Django?

The code I’m working on frequently uses multi-dimensional dicts in Python.  There is a bunch of code that seems to be always doing this: # a,b, and c have come from some external data source, QuerySet, etc. a = ‘axis_1′ … Continue reading

Posted in General | Tagged , , , , | 5 Comments