Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #76758
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.037 |
| X-Spam-Evidence | '*H*': 0.93; '*S*': 0.00; 'subject:Python': 0.06; '22,': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'c/c++.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'aug': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'gets': 0.27; 'header :In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'anyone': 0.31; 'fri,': 0.33; 'trouble': 0.34; 'received:google.com': 0.35; 'c++': 0.36; 'url:org': 0.36; 'project': 0.37; 'information,': 0.61; 'now:': 0.74; 'desperately': 0.84; 'to:none': 0.92; 'wanting': 0.93 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=5g1cFJLmYMAsbDrm+BN4B4/xYjuHCWEME8pIjrJ/W+Y=; b=ZzR/72ntGBA61a3ooXYXKH+eVJyBDBZ0wgtQoezjgLKDUOBNRwIWoK9FndHYJORXUU ax+E54n3CZnqjZap4EW2VwSh42yJ1oDd8CS3bXpNyJOcxMxphCL5GOQ0SvIXqn5cDltU +whjsVc5tP5pM6Im8gYti37InN2eyy8BmmKvvJOn++Uk7gdn/zJZh8fhtaNvroLfZCgD 3WRAZcl0vug9c8jVDnltZEZxlF0xNH0b5uxiBrUEiyV+mmPdyI9KhasQKvfpiGkIR3sA vcjS6l6dwQ2ZOXZ+ZiEUFdiIxFtbUwTukNG/dWa2Q6Gb7CPL1lCUROZbk1TEKRijT1ne OUjg== |
| MIME-Version | 1.0 |
| X-Received | by 10.50.66.197 with SMTP id h5mr23712176igt.34.1408667160331; Thu, 21 Aug 2014 17:26:00 -0700 (PDT) |
| In-Reply-To | <53F634E5.4020206@m4x.org> |
| References | <CAKUKWzmnnrpm-9SVNAFu3G9vYf2w0ewAhnGeOge8B2NsDujamQ@mail.gmail.com> <CAPTjJmrO7fER7Wjgo6qNO9qHNJgkJ7Y3BFWBf1L=t-bOv4JV7w@mail.gmail.com> <53F634E5.4020206@m4x.org> |
| Date | Fri, 22 Aug 2014 10:26:00 +1000 |
| Subject | Re: Python vs C++ |
| From | Chris Angelico <rosuav@gmail.com> |
| Cc | "python-list@python.org" <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.13263.1408667169.18130.python-list@python.org> (permalink) |
| Lines | 13 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1408667169 news.xs4all.nl 2858 [2001:888:2000:d::a6]:47751 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:76758 |
Show key headers only | View raw
On Fri, Aug 22, 2014 at 4:05 AM, Joseph Martinot-Lagarde <joseph.martinot-lagarde@m4x.org> 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
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Re: Python vs C++ Chris Angelico <rosuav@gmail.com> - 2014-08-22 10:26 +1000
Re: Python vs C++ CHIN Dihedral <dihedral88888@gmail.com> - 2014-08-22 12:00 -0700
Halfway point between interactive and daemon? Travis Griggs <travisgriggs@gmail.com> - 2014-08-22 12:27 -0700
Re: Halfway point between interactive and daemon? Marko Rauhamaa <marko@pacujo.net> - 2014-08-22 22:49 +0300
Re: Halfway point between interactive and daemon? Chris Angelico <rosuav@gmail.com> - 2014-08-23 06:32 +1000
csiph-web