Python suitability questions

Darrell news at dorb.com
Tue Jul 20 12:59:46 EDT 1999


Jason:

> And of course I need some sort of internal messaging system
What do you mean by this ?

>The scripting language has to be comfortable being completely
> embedded in my C++ framework, and having really no system access at all.
You can embed python but it can still access your system.
There is a "Restricted execution" mode

>How flexible can I lay out my source, is it as stiff as say, C?
Lay things out almost anyway you can imagine.
My experience was that years of C++ had limited my imagination.
It took me quite a while to stop writing C++ in Python.

--Darrell









More information about the Python-list mailing list