Overloading assignment operator

John Pye john.pye at gmail.com
Wed Jan 24 04:05:20 EST 2007


Hi thre,

On Jan 24, 5:24 am, Achim Domma <d... at procoders.net> wrote:
> I want to use Python to script some formulas in my application.

Depending on what you're trying to do, you might possibly find it
useful to lake a look at the approach used by PyGINAC, which is a
symbolic algebra system (in C++) wrapped with some clever python
bindings:

http://pyginac.sourceforge.net/

Hope that helps,
JP




More information about the Python-list mailing list