Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.038 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'mrab': 0.05; 'subject:Python': 0.06; 'see:': 0.07; 'cc:addr:python-list': 0.11; '>>': 0.16; 'thursday,': 0.16; 'wrote:': 0.18; 'looked': 0.18; 'email addr:gmail.com>': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; '>': 0.26; 'compiled': 0.26; 'header:In- Reply-To:1': 0.27; 'idea': 0.28; 'am,': 0.29; 'received:209.85.217': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'doc': 0.31; 'subject:what': 0.31; 'this.': 0.32; 'supposed': 0.32; 'quite': 0.32; 'fri,': 0.33; 'subject:the': 0.34; "can't": 0.35; 'received:209.85': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'subject:?': 0.36; 'url:org': 0.36; 'received:209': 0.37; 'skip:& 20': 0.39; 'gone': 0.61; 'john': 0.61; 'to:addr:gmail.com': 0.65; 'headed': 0.84; 'subject:latest': 0.84; 'same,': 0.91; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=9lIzAOZqqEOtoLu1FIw1yILrFfsbkoo53M2BvOzHCvE=; b=ff2Qe6yQ9WrEgvqMb0C18yg2O+7oV0KH4EZ6yETllzef5X6bdc7lHke9SR44OlKcIH iGSq6XiGyFES+ZSZTFPc5EVir7sDslZ+Rp+v09QTEU1E4V8CPBGkREU3sujW8fRlBp9R OezN8/cbmdifbmOJzY7Tim0tNMkCO+9SYVHh31KMT5bUN6jaI6DtBPF5Xyr/AbuH0Rwg JyfLHlEGkganGuB30XyYDVarp+WeaZTuRDO2F/AzjO8d72YDRqR6tvvG0gCQ2PeHDXHI NIl4AIXTQBBPnFnJkusKuFyKqQu8mxsSprtx5Ad94YtauBJ6ldYg5iufu1E9lcvxdggT F2+g== X-Received: by 10.112.125.232 with SMTP id mt8mr7945486lbb.110.1365243863630; Sat, 06 Apr 2013 03:24:23 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <6ac24546-6cc6-4a01-9fa6-3b52d64484e3@googlegroups.com> From: Joshua Landau Date: Sat, 6 Apr 2013 11:23:43 +0100 Subject: Re: JIT compilers for Python, what is the latest news? To: Devin Jeanpierre Content-Type: multipart/alternative; boundary=089e01160d608609aa04d9ae9b21 Cc: python-list X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 57 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1365243870 news.xs4all.nl 6887 [2001:888:2000:d::a6]:38196 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:42905 --089e01160d608609aa04d9ae9b21 Content-Type: text/plain; charset=ISO-8859-1 On 5 April 2013 19:37, Devin Jeanpierre wrote: > On Fri, Apr 5, 2013 at 4:34 AM, John Ladasky > 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 Don't use this. Use memoryviews: http://docs.cython.org/src/userguide/memoryviews.html. I have no idea why that doc page isn't headed "DEPRICATED" by now. --089e01160d608609aa04d9ae9b21 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
On 5 April 2013 19:37, Devin Jeanpierre = <jeanpierred= a@gmail.com> wrote:
On Fri, Apr 5, 2013 at 4:34 AM, John Lad= asky <john_ladasky@sbcglob= al.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 fa= st LAPACK. =A0I don't think I want to attempt to improve on all the wor= k 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

<= /div>
Don't use this. Use memoryviews:=A0http://docs.cython.org/src/us= erguide/memoryviews.html. I have no idea why that doc page isn't he= aded "DEPRICATED" by now.
--089e01160d608609aa04d9ae9b21--