Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #48730 > unrolled thread

Re: Writing Extensions for Python 3 in C

Started byTerry Reedy <tjreedy@udel.edu>
First post2013-06-19 12:50 -0400
Last post2013-06-19 12:50 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Writing Extensions for Python 3 in C Terry Reedy <tjreedy@udel.edu> - 2013-06-19 12:50 -0400

#48730 — Re: Writing Extensions for Python 3 in C

FromTerry Reedy <tjreedy@udel.edu>
Date2013-06-19 12:50 -0400
SubjectRe: Writing Extensions for Python 3 in C
Message-ID<mailman.3589.1371660640.3114.python-list@python.org>
On 6/18/2013 6:24 AM, Aditya Avinash wrote:
> 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.

I would call those 'alternate compilers' ;-). On Windows, you must 
either use MSVC (best, the same version as used for Python) or restrict 
what you do to avoid runtime incompatibilities.

> PS: Don't point me to Python Documentation. It is not good for
> beginners. It doesn't elaborate about calls and implementation.

Let Cython take care of the 'calls and implementation' while you write 
in extended Python.

-- 
Terry Jan Reedy

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web