python usage

Peter Maas peter.maas at mplusr.de
Mon Aug 23 08:42:29 EDT 2004


Phanish schrieb:
> Hi, One of my customer wants me to use Python as a test scripting
> language. The architecture is as follows: An C++/Java UI obtains all
> required inputs from the user and then makes call to Python script
> which inturns calls c++ client stubs. These stubs are CORBA stubs
> which talk to a CORBA server residing some where in the network.
> I want to know as to whether it is feasible to use Python or just live
> with c++ for UI and stubs?

I would leave the UI untouched and implement the script and the
CORBA stubs in Python. The advantage is that Python code requires
less typing and is easier and more flexible as C++ code. It makes
testing your ideas faster. But if you will be comfortable with Python
is up to you. Try and see.

-- 
-------------------------------------------------------------------
Peter Maas,  M+R Infosysteme,  D-52070 Aachen,  Tel +49-241-93878-0
E-mail 'cGV0ZXIubWFhc0BtcGx1c3IuZGU=\n'.decode('base64')
-------------------------------------------------------------------



More information about the Python-list mailing list