Describe function here.
def GetFilenameWithoutExtension(filename): return os.path.splitext(os.path.basename(filename))[0]