import pathlib pathlib.Path('/my/directory').mkdir(parents=True, exist_ok=True)
import os os.makedirs(path, exist_ok=True)