Oh, I had skipped over numpy, assuming it was for Math only.... Looks like that's what I need. Mohamed.
On Thu, Apr 30, 2009 at 1:04 PM, Mohamed Lrhazi <[email protected]> wrote: > Hello all, > > I see that Python has Buffer Objects and in 2.7/3.0 Memoryview > Objects, for this purpose... > Are those the facilites I need to learn and use? or does Cython > provide its own tools? > > By "data" I mean complex data structures, like arrays of iovec > structs, or long "text" defined by indexes/offsets and lengths. > > I need to learn how to provide my Python user with read and write > access to such data. > > RTFMs welcome... Maybe I overlook a chapter in the Cython man.. > > Thanks a lot, > Mohamed. > -- " Logic merely sanctions the conquests of the intuition." Jacques Hadamard _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
