Lou,
I've never used the SciPy wiki, but it's similar to the one I use.
Hopefully this will give you a start.
First you need an account. For that go to http://www.scipy.org/
UserPreferences and enter your information.
To edit pages click on the little balloon icon in the upper right.
H
This is a good idea, but I'm afraid I have no idea how
to even start this process. I've never done anything
on a Wiki. Is there some tutorial for newbies like
me? Maybe I missed a link to one there.
Thanks.
-- Lou Pecora
--- Robert Kern <[EMAIL PROTECTED]> wrote:
> Temporarily, you can writ
For those of you who do numerical calculations, need
to speed up your code, and use NumPy arrays:
I've written several C extensions that handle NumPy
arrays. They are simple, but they seem to work well.
They will show you how to pass Python variables and
NumPy arrays to your C code. Once you lear