Ben Sizer <[EMAIL PROTECTED]> wrote:
> I know the conventional wisdom is to write the whole app in Python and
> only extend with C++ where speed is an issue, but I already have a
> large C++ app that I'd like to add Python to. Ideally I'd rewrite the
> whole app in Python but I don't have time to
-Original Message-
From: Ben Sizer [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 04, 2005 2:14 AM
To: python-list@python.org
Subject: Integrating Python into a C++ app
I know the conventional wisdom is to write the whole app in Python and
only extend with C++ where speed is an issue
I know the conventional wisdom is to write the whole app in Python and
only extend with C++ where speed is an issue, but I already have a
large C++ app that I'd like to add Python to. Ideally I'd rewrite the
whole app in Python but I don't have time to do that and maintain the
old system at the sam