[Python-ideas] A tree data structure for Python

Stephan Foley foley12723 at gmail.com
Thu Feb 18 21:08:36 EST 2016


Hi Mike,

On Wed, Feb 17, 2016 at 4:54 PM, Mike Miller <python-ideas at mgmiller.net> wrote:
> How about a toolbox of primitives to build the structure needed?  With say
> the top-five most common high-level combinations included?  Perhaps
> something as flexible as the logging module, with a modern design take.

Sounds great. I like lists, dicts, etc, but they are hard to use
building up complex structures. Something like linked list, node and
visitor pattern would be nice.


More information about the Python-ideas mailing list