Python obtenga la ubicación del guión
import os
file_path = os.path.realpath(__file__)
Shy Seal
import os
file_path = os.path.realpath(__file__)
os.getcwd()