[Tutor] Question on Python and OFX (Open Financial Exchange)

Danny Yoo dyoo@hkn.eecs.berkeley.edu
Fri Nov 8 00:06:11 2002


On Thu, 7 Nov 2002, andy surany wrote:

> Ok, I got a good handle on LibOFX from the author. But what is SWIG??

Hello!

SWIG is a utility for wrapping C code into Python modules, and it's great
for reducing the amount of drudgery necessary to do this wrapping.

For more information on it, we can take a look here:

    http://www.swig.org/


Hope this helps!