os python get file extension code example Example: python get file extension from path import os.path extension = os.path.splitext(filename)[1]