The name of the executing script

#!/usr/bin/env python
import os
print( os.path.abspath( __file__ ))