On 06Sep2019 22:48, Ralf M. wrote:
Recently I wrote a quick and dirty script to do some counting and
statistics. When I re-read it a bit later I noticed that I had been
using two different ways to create two-dimensional (default-)dicts.
Now I'm wondering whether one of them is "better" or more
Recently I wrote a quick and dirty script to do some counting and
statistics. When I re-read it a bit later I noticed that I had been
using two different ways to create two-dimensional (default-)dicts. Now
I'm wondering whether one of them is "better" or more pythonic than the
other.
What I d