[python-win32] Help with data structure

Andy Wilson andywil at nortelnetworks.com
Thu Apr 29 08:47:10 EDT 2004


Hi Folks,
 
I hope this is the right place to ask this but I would like some advice on
appropriate data structures for a data mining application I have. If not the
right place, please direct me elsewhere, thanks.
 
type data_type is array (key) of
    array1
    array2
    ...
    array21
end type
 
where:-
- key is a combination of four server names,
- array1 to array21 are lists of floating type values representing timing
information.
 
I use 
    ky = (a, b, c, d)
    data[ky] = ??
  
already, what I don't get is how to add the array elements.
 
Regards,
Andy Wilson

CCPS Technical Prime


________________________________________________________
Nortel Networks, Belfast Lab, Doagh Rd,
Newtownabbey, Co Antrim, BT36 6XA, United Kingdom

 

Phone...                +44 (1628) 617065 ESN 861-7065
Mobile...               +44 (7710) 875958 ESN 748-5958

Yahoo ID : glawsterok
_________________________ andywil at nortelnetworks.com
<mailto:andywil at nortelnetworks.com>  ___

 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-win32/attachments/20040429/0af5c15b/attachment.html


More information about the Python-win32 mailing list