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


Groups > comp.lang.python > #68806

Re: Help needed to create a Python extension library for an existing shared memory hash table library

From jt@toerring.de (Jens Thoms Toerring)
Newsgroups comp.lang.python
Subject Re: Help needed to create a Python extension library for an existing shared memory hash table library
Date 2014-03-23 13:07 +0000
Organization Freie Universitaet Berlin
Message-ID <bp84jtFpbfuU1@mid.uni-berlin.de> (permalink)
References <ba423f7b-dd9a-49d0-a37a-9fe51541fe16@googlegroups.com>

Show all headers | View raw


Simon Hardy-Francis <simonhf@gmail.com> wrote:
> Hi Python fans, I just released my first open source project ever called
> SharedHashFile [1]. It's a shared memory hash table written in C. Some guy
> on Quora asked [2] whether there's an extension library for Python coming
> out. I would like to do one but I know little about Python. I was wondering
> if anybody in this group has experience writing extension libraries for
> Python?

There are, as far as I know, a number of tools that can help you
to create extension modules from C/C++ libraries (i.e. Python bin-
dings for the library). One that I have used successfully with a
largish C++ library of mine is shortly described here

http://www.riverbankcomputing.com/software/sip/intro

and the documentation and download are at

http://pyqt.sourceforge.net/Docs/sip4/
http://www.riverbankcomputing.com/software/sip/download

Since I haven't used any of the alternatives I can't comment on
how good they are. A list of them can be found here

https://wiki.python.org/moin/IntegratingPythonWithOtherLanguages

                               Regards, Jens
-- 
  \   Jens Thoms Toerring  ___      jt@toerring.de
   \__________________________      http://toerring.de

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Help needed to create a Python extension library for an existing shared memory hash table library Simon Hardy-Francis <simonhf@gmail.com> - 2014-03-22 13:45 -0700
  Re: Help needed to create a Python extension library for an existing shared memory hash table library jt@toerring.de (Jens Thoms Toerring) - 2014-03-23 13:07 +0000
    Re: Help needed to create a Python extension library for an existing shared memory hash table library Rustom Mody <rustompmody@gmail.com> - 2014-03-23 06:40 -0700

csiph-web