Stand-alone Python scripts are those that can be run directly from the Python interpreter. Such a script will create a Geosoft context by calling geosoft.gxpy.gx.GXpy(), followed by further use of the geosoft.gxpy
and geosoft.gxapi
module interfaces. See Hello World#StandAlone, which provides a simple example as part of the Python Tutorial.
...