Re: cas in python

2006-07-05 Thread ondrej . certik
ginac already has two separate bindings, pyginac and swiginac. O. faulkner wrote: > import ctypes > ctypes.cdll.find('ginac') > > i like designing APIs, and i'm up for learning ctypes, so i'll help > wrap ginac using ctypes. > > [EMAIL PROTECTED] wrote: > > Hello, > > from time to time, people her

Re: cas in python

2006-07-05 Thread faulkner
import ctypes ctypes.cdll.find('ginac') i like designing APIs, and i'm up for learning ctypes, so i'll help wrap ginac using ctypes. [EMAIL PROTECTED] wrote: > Hello, > from time to time, people here are asking about the computer algebra > system (cas) in python. I wonder, is there a demand for s