The Python language is used throughout Abaqus: in the Abaqus Scripting Interface, in the Abaqus environment file (abaqus_v6.env), and to perform parametric studies. The abaqus python facility is used to access the Python interpreter.
Command summary
abaqus python
[script-file]
Command line options
script-file
The Python interpreter executes the instructions in the specified script-file. If this option is omitted from the command line, the Python interpreter is started in interactive mode.