octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Python to Octave bridge


From: David Grundberg
Subject: Python to Octave bridge
Date: Fri, 17 Oct 2008 12:56:23 +0200
User-agent: Thunderbird 2.0.0.9 (X11/20071031)

Announcing Pytave - Python to Octave extension

Embeds the Octave language interpreter as an extension to Python, enabling existing m-files to be used from Python.

Features:
* Implicit type conversions between Python and Octave. Supports all Numeric integer, real double (and possibly real float) matrices
* Architecture independent - no assumption on endianess or integer sizes

Call Octave code in Python:
>>> import pytave
>>> pytave.feval(1, "cos", 0)
(1.0,)

Project homepage:
https://launchpad.net/pytave

Branch from trunk with:

$ bzr branch lp:pytave

read the README file for building instructions

Regards,
David


reply via email to

[Prev in Thread] Current Thread [Next in Thread]