next / top
/ prev
What is Python ?
-
scripting language (tcl/perl)
-
multiplatform (UNIX, Windows, VxWorks,
etc.)
-
performance (byte compiled on the fly)
-
basic object oriented
-
exception handling: try / except / raise
-
extendible:
-
GUI (Tk / Java)
-
database interface
-
CA / DRAMA for the ING
-
etc. (www.python.org)
Why scripting ?
-
Eligible for end-user having basic knowledge
of C/shell programming.
-
Provide a quick, flexible and effective
way to interact with the underlying system, while hiding its inherent complexity
-
One step further than your basic dm screen
Other options ?
-
Graphical tool to build and run sequences
(more time and development effort): not discussed here