Programming in Python with a view to extending in C at a later date.

Daniel Stutzbach daniel at stutzbachenterprises.com
Mon Apr 20 17:34:09 EDT 2009


On Mon, Apr 20, 2009 at 1:57 PM, dug.armadale at googlemail.com <
dug.armadale at googlemail.com> wrote:

> Say you set out to program in Python knowing that you will be
> converting parts of it into C ( or maybe C++) at a later date, but you
> do not know which parts.
>

I often use Python for rapid prototyping and later rewrite parts of it in C
for speed.  It's always been a pleasant experience, and I've yet to come
across a Python construct that made my life especially difficult later.  The
value of rapid development and debugging algorithmic problems in Python has
always outweighed the cost of later translating some of the code.

Hope that helps,

--
Daniel Stutzbach, Ph.D.
President, Stutzbach Enterprises, LLC <http://stutzbachenterprises.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20090420/7ef60651/attachment-0001.html>


More information about the Python-list mailing list