Differences between revisions 7 and 9 (spanning 2 versions)
Revision 7 as of 2006-12-06 07:41:14
Size: 241
Editor: cpe-76-173-67-110
Comment: Fix weave link.
Revision 9 as of 2008-04-22 23:36:48
Size: 901
Editor: 207-118-121-207
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
The weave package allows the inclusion of C/C++ within Python code. It is part of the larger SciPy package (http://www.scipy.org), but is also available as a stand alone package (http://scipy.org/Weave) so that more people can try it out. The weave package allows the inclusion of C/C++ within Python code. It is part of the larger SciPy package (http://www.scipy.org), but is also available as a stand alone package (http://www.scipy.org/Weave) so that more people can try it out.

The GPL'd [http://foss.eepatents.com/trac/AsynCluster/wiki AsynCluster] project contains a package ''svpmc'', which has a module [http://foss.tellectual.com/trac/AsynCluster/browser/projects/AsynCluster/trunk/svpmc/weave.py svpmc.weave]. The ''Weaver'' class in that module provides a convenient API for running C/C++ code with ''weave.inline''. See the [http://foss.tellectual.com/trac/AsynCluster/browser/projects/AsynCluster/trunk/svpmc/sample.py svpmc.sample] module and its companion [http://foss.tellectual.com/trac/AsynCluster/browser/projects/AsynCluster/trunk/svpmc/sample.c C code file] for an example of usage.
----
CategoryPythonInScience

The weave package allows the inclusion of C/C++ within Python code. It is part of the larger SciPy package (http://www.scipy.org), but is also available as a stand alone package (http://www.scipy.org/Weave) so that more people can try it out.

The GPL'd [http://foss.eepatents.com/trac/AsynCluster/wiki AsynCluster] project contains a package svpmc, which has a module [http://foss.tellectual.com/trac/AsynCluster/browser/projects/AsynCluster/trunk/svpmc/weave.py svpmc.weave]. The Weaver class in that module provides a convenient API for running C/C++ code with weave.inline. See the [http://foss.tellectual.com/trac/AsynCluster/browser/projects/AsynCluster/trunk/svpmc/sample.py svpmc.sample] module and its companion [http://foss.tellectual.com/trac/AsynCluster/browser/projects/AsynCluster/trunk/svpmc/sample.c C code file] for an example of usage.


CategoryPythonInScience

weave (last edited 2018-03-06 21:02:12 by WimLavrijsen)

Unable to edit the page? See the FrontPage for instructions.