[Tutor] tree/node class/module

bob gailer bgailer at alum.rpi.edu
Tue Jan 15 23:03:47 CET 2008


cedric briner wrote:
> hello,
>
> I'm wanting to do a GUI for to help people using rsync, du, tar . it 
> will provide the --exclude and --include of them.
>
> And I thought that the best way to store data relative to the hierarchy 
> filesystem was to store them in a tree structure. But after browsing 
> ages on the web, I didn't found any class/modules which implements 
> trees, with some comments, and small examples.
>   
Some googling led to:

http://www.velocityreviews.com/forums/t355467-tree-and-graph-structures-in-python.html

I have not looked up the links therein but the titles sound promising.

We could roll our own if all else fails.

[snip]

Bob


More information about the Tutor mailing list