Calling C or C++ Functions inside Python script
Pablo Torres N.
tn.pablo at gmail.com
Sat Jul 4 09:25:39 EDT 2009
On Sat, Jul 4, 2009 at 05:06, Parikshat Dubey<parikshatdubey at gmail.com> wrote:
> Hi,
>
> Is this possible to call C functions(inbuilt or user defined) inside python
> script.If yes, please illustrate how it can be done.
> Thanks,
> Parikshat Dubey
>From http://www.swig.org :
"SWIG is a software development tool that connects programs written in C
and C++ with a variety of high-level programming languages. SWIG is used
with different types of languages including common scripting languages
such as Perl, PHP, Python, Tcl and Ruby. "
---
Pablo Torres N.
More information about the Python-list
mailing list