From: David G. <dav...@gm...> - 2006-07-25 21:29:10
|
On 7/25/06, Stephen Simmons <ma...@st...> wrote: > > Hi, > > I've written some numpy functions for grouping, translating and > subtotalling data. At the moment they exist as pure Python code, but I > have started rewriting them in C for speed. > > Did you check out Pyrex first, before looking into writing C extensions? Dave |