[Tutor] Walk a dictionary recursively

Negroup - negroup at gmail.com
Tue Oct 11 12:23:26 CEST 2005


2005/10/11, paul brian <paul1brian at gmail.com>:
> Firstly are you using this to store or alter data regarding Microsoft
> Active Directory?. If so I suggest you look at some of their ADSI /
> WMI interfaces for COM (if you use win32com from Mark Hammond or
> activeState life becomes a lot easier. Well the Windows programming
> part of it does)

Hi Paul, this is not my particular case, but your answer still has
been precious!

Really dictionaries might result in a poor solution in some cases. I
think that I will face my problem using a dedicated class (thanks Alan
for this suggestion), implementing an "expandable" tree structure
where items will be related via parent/child relation. The idea of
using generator is whetting too.

Actually I have no time (hrm.. call it skills?) to make up all these
things togheter! However, considering that in the near future I shall
rewrite this application for a bunch of good reasons, I'll ask for
help again, count on it ;-)

Thanks.


More information about the Tutor mailing list