JIT compilers for Python, what is the latest news?

Devin Jeanpierre jeanpierreda at gmail.com
Fri Apr 5 14:37:54 EDT 2013


On Fri, Apr 5, 2013 at 4:34 AM, John Ladasky <john_ladasky at sbcglobal.net> wrote:
> On Thursday, April 4, 2013 7:39:16 PM UTC-7, MRAB wrote:
>> Have you looked at Cython? Not quite the same, but still...
>
> I'm already using Numpy, compiled with what is supposed to be a fast LAPACK.  I don't think I want to attempt to improve on all the work that has gone into Numpy.

There's no reason you can't use both cython and numpy. See:
http://docs.cython.org/src/tutorial/numpy.html

-- Devin



More information about the Python-list mailing list