Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.06; '22,': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'though...': 0.09; 'api': 0.11; 'python': 0.11; "wouldn't": 0.14; 'c/c++.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; '\xe9crit': 0.16; 'wrote:': 0.18; 'aug': 0.22; 'header:User- Agent:1': 0.23; 'gets': 0.27; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'am,': 0.29; "i'm": 0.30; 'anyone': 0.31; 'fri,': 0.33; 'trouble': 0.34; 'c++': 0.36; 'url:org': 0.36; 'project': 0.37; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'information,': 0.61; 'now:': 0.74; 'desperately': 0.84; 'wanting': 0.93 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Joseph Martinot-Lagarde Subject: Re: Python vs C++ Date: Fri, 22 Aug 2014 18:59:24 +0200 References: <53F634E5.4020206@m4x.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: gns13-1-88-122-220-146.fbx.proxad.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 In-Reply-To: X-Antivirus: avast! (VPS 140821-0, 21/08/2014), Outbound message X-Antivirus-Status: Clean 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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1408726783 news.xs4all.nl 2855 [2001:888:2000:d::a6]:37431 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:76802 Le 22/08/2014 02:26, Chris Angelico a écrit : > On Fri, Aug 22, 2014 at 4:05 AM, Joseph Martinot-Lagarde > wrote: >> For information, Cython works with C++ now: >> http://docs.cython.org/src/userguide/wrapping_CPlusPlus.html. > > Now isn't that cool! > > Every time Cython gets discussed, I get a renewed desire to learn it. > Trouble is, I don't have any project that calls for it - there's > nothing I'm desperately wanting to do that involves both Python and > C/C++. Anyone got any suggestions? :) > > ChrisA A python API for OpenSceneGraph ? I wouldn't use cython for this, though...