Re: [Numpy-discussion] data transit

2007-12-10 Thread Renato Serodio
Hello there, indeed, the tasks you described correspond to what I'm seeking to implement. The thing is, for the sake of encapsulation (and laziness in the programming sense), I'm keeping responsibilities well defined in several objects. I guess this type of coding is pretty much ordinary for an OO

Re: [Numpy-discussion] data transit

2007-12-08 Thread Nadav Horesh
Did you look at pytables (http://www.pytables.org/moin)? Nadav. -Original Message- From: [EMAIL PROTECTED] on behalf of Renato Serodio Sent: Fri 07-Dec-07 17:44 To: Discussion of Numerical Python Subject: [Numpy-discussion] data transit Hello all, I'm developing a c

Re: [Numpy-discussion] data transit

2007-12-07 Thread Alan Isaac
It sounds like you want a new class X that does three things: knows where the data is and how to access it, knows how the data are to be processed and can do this when asked, is able to provide a "results" object when requested. The results object can store who made it and with what processing mo

[Numpy-discussion] data transit

2007-12-07 Thread Renato Serodio
Hello all, I'm developing a custom computational application which I chose to base in Numpy. Already quite in love with Python, and with proprietary things making me increasingly sick (through forced exposure to stupid errors I can't correct), Numpy was the way to go. Now, it is in times like thi