Re: [Pythonmac-SIG] [SciPy-user] C-extensions for NumPy code available.

2006-12-08 Thread Larry Meyn
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

Re: [Pythonmac-SIG] [SciPy-user] C-extensions for NumPy code available.

2006-12-08 Thread Lou Pecora
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

[Pythonmac-SIG] [SciPy-user] C-extensions for NumPy code available.

2006-12-08 Thread Lou Pecora
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