Interfacing C/C++ and Python with SWIG
Short Description
SWIG Tutorial. 7th International Python Conference. Extending and Embedding Python. There are two basic methods for integrating C/C++ with Python …
Website: www.swig.org | Filesize: 338kb
Content
1
Interfacing C/C++ and Python with SWIG
David M. Beazley
Department of Computer Science
University of Chicago
Chicago, Illinois 60615
beazley@cs.uchicago.edu
SWIG Tutorial 7th International Python Conference2
SWIG Tutorial 7th International Python Conference
Prerequisites
C/C++ programming
?You’ve written a C program.
?You’ve written a Makefile.
?You know how to use the compiler and linker.
Python programming
?You’ve heard of Python.
?You’ve hopefully written a few Python programs.
Optional, but useful
?Some knowledge of the Python C API.
?C++ programming experience.
Intended Audience
?C/C++ application developers interested in making better programs
?Developers who are adding Python to “legacy” C/C++ code.
?Systems integration (Python as a glue language).
Notes…
Get the file Download here
Related Books:Related Searches: international python conference, c programming experience, computer science university, python website, glue language
Comments
Leave a Reply