[SciPy-dev] pynotes

Prabhu Ramachandran prabhu_r at users.sf.net
Mon Nov 8 00:34:15 EST 2004


Hi,

This sounds like a very cool feature.  I just have one suggestion.
Rather than creating a nested structure of folders with the added
notes, why not save everything in a dictionary with the keys being the
fully-qualified module name or alternatively the full path to the
file?  If you want more fine-grained docs, you could nest dictionaries
within the dictionary.  This is extremely easy to deal with
programmatically and *to me* seems to solve some of your problems.

cheers,
prabhu

>>>>> "AB" == Arnd Baecker <arnd.baecker at web.de> writes:

    AB> Hi, in the ASP thread I suggested to have some scheme to add
    AB> notes to scipy.  To test this out I have set up a
    AB> proof-of-concept: After importing pynotes (from pynotes import
    AB> *) one can use
    AB>   addnote(obj)
[...]




More information about the SciPy-Dev mailing list