What is a Python console?
SALOME has embedded python console, where the user can lunch python scripts. Many SALOME functionalities are mapped to python and can be run using python. This is automation of SALOME functions. Some useful examples are placed in XXX_SRC/src/XXX_SWIG packages (where XX is name of module, for example GEOM) or in MODULE_NAME/bin/salome in binary distribution.