[SciPy-user] NumPy arrays of Python objects (it was Re: How to start with SciPy and NumPy)

Vicent vginer at gmail.com
Mon Jan 26 12:00:04 EST 2009


On Mon, Jan 26, 2009 at 16:32, Francesc Alted <faltet at pytables.org> wrote:

> A Monday 26 January 2009, Vicent escrigué:
> > [I answer myself: I think I could keep classes for several "big" and
> > unique or not frequent classes (and that don't require much
> > computation), and arrays + NumPy-like records for massive
> > computations over "grids" or "matrices" of "similar" elements.]
>
> Yeah, you are getting the idea.  It is common sense to use general
> Python machinery for building the skeleton of your application, and
> when you want to accelerate/improve the parts of the code taking most
> of the runtime, then it is when NumPy/SciPy can enter in action.


I think I got it...    :-)


> Don't be afraid to ask as many people here is really willing to help.
> In case we need more concrete details, we will ask you to do that.
>
>
Thanks, Francesc.

Au!

--
Vicent
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20090126/532a659e/attachment.html>


More information about the SciPy-User mailing list