C++ and Python

Donn Cave donn at u.washington.edu
Fri Jun 25 19:03:53 EDT 1999


Lyle Johnson <jlj at cfdrc.com> writes:
| This is indeed a tricky area. I recommend you start by reading this paper,
| several times:
|
|     http://www.python.org/workshops/1995-12/papers/ahlstrom1.html
|
| Then to see this implemented in a real extension, take a look at WPY itself,
| wxPython or FXPy (and probably others?).

I'll second that.  I looked at this paper to get started with an interface
to BeOS API classes, which use virtual functions to give the programmer
hooks into the system event dispatching, for example.

	Donn Cave, University Computing Services, University of Washington
	donn at u.washington.edu




More information about the Python-list mailing list