Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #48693
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <adityaavinash143@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.011 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.06; 'compiler': 0.07; 'python': 0.11; 'question.': 0.14; 'subject:Writing': 0.16; 'extensions': 0.16; 'tutorials': 0.26; 'point': 0.28; "doesn't": 0.30; 'message-id:@mail.gmail.com': 0.30; 'received:google.com': 0.35; "didn't": 0.36; 'to:addr :python-list': 0.38; 'to:addr:python.org': 0.39 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=X8nYZbL41hB+TRQTgrsFoGlRZwpwGX3IC6JlRwKdFBA=; b=ZCmlqjrxM/VvKcqIa6Y9pLiUqYBAIXNzE5pB7x+3gMXbfT4HroxqfY01b5L4UDXRUT 1wbcX/vc85dHqqKqzx3OoeXWf06Qk6lLS5LEsF52sXeAM5t8Moom1VAYTrwa7fS1SkUy 5y0kMOcRy3U2HqCu5CM0+wDlAnSkMnw6RYp+wJxFFbNYCi5ezVGWeU3IElwTu5E/9xBa iptKdxYFAxd+Ww9ZrTwZeGhE448tAa3iOuHEdNsT6uzCPpsGSpMab7XOFmuSKLYnS2Ry zIw/K6pMP9bSpckYynjEJffdh7ld6jQlojGnNtqF69IEW7WMkqPA2Z6nV3L7AzqF7A/6 ECbA== |
| MIME-Version | 1.0 |
| X-Received | by 10.182.153.5 with SMTP id vc5mr11585972obb.32.1371551059365; Tue, 18 Jun 2013 03:24:19 -0700 (PDT) |
| Date | Tue, 18 Jun 2013 15:54:19 +0530 |
| Subject | Writing Extensions for Python 3 in C |
| From | Aditya Avinash <adityaavinash143@gmail.com> |
| To | python-list@python.org |
| Content-Type | multipart/alternative; boundary=089e013a0adaaf612604df6b1da2 |
| X-Mailman-Approved-At | Wed, 19 Jun 2013 09:44:10 +0200 |
| 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 | <http://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 | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3572.1371627851.3114.python-list@python.org> (permalink) |
| Lines | 27 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1371627851 news.xs4all.nl 15869 [2001:888:2000:d::a6]:36638 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:48693 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
Hi. This is the last place where I want to ask a question. I have searched for lots of tutorials and documentation on the web but, didn't find a decent one to develop extensions for Python 3 using a custom compiler (mingw32, nvcc). Please help me. PS: Don't point me to Python Documentation. It is not good for beginners. It doesn't elaborate about calls and implementation. -- Aditya Avinash Atluri
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Writing Extensions for Python 3 in C Aditya Avinash <adityaavinash143@gmail.com> - 2013-06-18 15:54 +0530 Re: Writing Extensions for Python 3 in C Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2013-06-19 10:48 +0200 Re: Writing Extensions for Python 3 in C rusi <rustompmody@gmail.com> - 2013-06-19 10:11 -0700
csiph-web