Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; '"this': 0.03; 'from:addr:yahoo.co.uk': 0.04; 'url:au': 0.05; 'subject:Python': 0.06; 'compiler': 0.07; 'subject:Questions': 0.07; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'tismer': 0.09; 'url:github': 0.09; 'used.': 0.09; 'url:blog': 0.10; 'python': 0.11; 'wrote': 0.14; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'skip:n 50': 0.16; 'stumbled': 0.16; 'url:ianozsvald': 0.16; 'language': 0.16; 'wrote:': 0.18; 'do.': 0.18; 'appears': 0.22; 'programming': 0.22; 'header:User- Agent:1': 0.23; "i've": 0.25; 'second': 0.26; 'post': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'idea': 0.28; 'direction': 0.30; 'needed.': 0.30; 'libraries': 0.31; 'url:06': 0.31; 'probably': 0.32; 'but': 0.35; 'should': 0.36; 'christian': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'matter': 0.61; 'world.': 0.61; 'simple': 0.61; 'url:blogspot': 0.65; 'here': 0.66; 'subject:. ': 0.67; 'determine': 0.67; 'url:2011': 0.75; 'url:2013': 0.84; 'subject:2013': 0.95 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: Basic Python Questions - Oct. 31, 2013 Date: Sun, 03 Nov 2013 10:05:35 +0000 References: <5275fe91$0$29972$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-78-147-179-131.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 In-Reply-To: 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: 27 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1383473142 news.xs4all.nl 15956 [2001:888:2000:d::a6]:43482 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:58383 On 03/11/2013 09:47, E.D.G. wrote: > "Steven D'Aprano" wrote in > message news:5275fe91$0$29972$c3e8da3$5496439d@news.astraweb.com... > >> http://jakevdp.github.io/blog/2013/06/15/numba-vs-cython-take-2/ >> >> http://technicaldiscovery.blogspot.com.au/2011/06/speeding-up-python-numpy-cython-and.html >> > > It appears that Python can do what is needed. And if the people > that I work with want to move in that direction I will probably post a > note here stating, "This is exactly what we need to do. What would be > the best Python download and compiler to do that?" > > It should be a simple matter to determine which compiler and > libraries etc. should be used. > I've literally just stumbled across this, I've no idea whether it's of any use to you https://speakerdeck.com/ianozsvald/high-performance-python -- Python is the second best programming language in the world. But the best has yet to be invented. Christian Tismer Mark Lawrence