Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > gridcontrols and list of lists

Reply
Thread Tools

gridcontrols and list of lists

 
 
Brent Turner
Guest
Posts: n/a
 
      07-29-2003
It seems that in my code I am often using a grid concept (rectangular
list of lists). To access columns of data I am transposing the "grid"
and then indexing/deleting/adding rows(which used to be columns) and
then transposing the results back. It seems to me that with the
abundance of grid controls in applications (and the fact that
databases return recordsets/datasets) that many people are doing the
same or similar sort of thing. I am wondering if there is a gridData
that someone has designed which is fast and has the functionality of a
grid control. I want the speed and ease of use of a grid control, but
non-gui. Is there anything that anyone has already designed that
attempts to do some of these things? If not, then maybe this is
something I should attempt...

Also, I know Numeric can create arrays of PyObjects, but I am looking
for
a data_structure where rows or columns can be searched/deleted/added
easily.

Brent
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
common elements between list of lists and lists antar2 Python 2 07-17-2008 09:19 AM
How to have a list of lists (or array of lists) bahoo Python 3 04-03-2007 07:37 PM
list of lists of lists .... yomgui Python 6 07-31-2006 07:28 PM
List of lists of lists of lists... =?UTF-8?B?w4FuZ2VsIEd1dGnDqXJyZXogUm9kcsOtZ3Vleg==?= Python 5 05-15-2006 11:47 AM
updating a dropdownbox and gridcontrols using a submit button derek ASP .Net 1 11-18-2005 03:22 PM



Advertisments