Box: Python dictionaries with recursive dot notation access
Box - Python dictionaries with recursive dot notation access... (more…)
Read more »
This code in this post is in Python 3, but aside from “cosmetic” differences,such as next(g) vs g.next() it applies to Python 2 as well. Read more