how to get only filename in python with file path code example Example: python get filename from path import os print(os.path.basename(your_path))