» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with boost + python

AdvocacyWritingTasks/GlueLanguage - PythonInfo Wiki

The Python® language interpreter can be used as a glue language to connect software components. Components can then be manipulated by Python scripts and combined in new ways.

SWIG: del.icio.us tag/swig

Revision 91: /trunk

but take a look here for a working setup.py: ... and some good examples of various boost.python bits and pieces

SCons: del.icio.us/tag/scons

Revision 103: /numpycpp

and numpycpp has some of the bits you need to get boost.python and numpy working in the same module

SCons: del.icio.us/tag/scons

OpenAlea: sconsx home page

SConsX is an extension package of the famous SCons build tool. SConsX aims to simplify the build of complex multi-platform packages (i.e. using C , Boost.Python and Python). Like Boost.Jam or qmake, it knows about different types of compiler, and the

SCons: del.icio.us/tag/scons

pyplusplus introduction

a UI for generating code for Python using Boost

SWIG: del.icio.us tag/swig

pyxiph

pyxiph is a collection of python bindings for various xiph libraries. Currently, pyxiph has extensions for:

  • ao: a cross platform audio library
  • ogg: a multimedia container format, and the native file and stream format for the Xiph.org multimedia codecs
  • vorbis: an open, compressed audio format

Time permitting, there will be more to follow (speex, FLAC, theora, etc.).

pyxiph is being developed using the excellent boost.python (part of the boost project), a framework for reflecting C/C++ constructs into python.

Homepage