# Make directory path (recursive) if it does not exist # If exists then no exception is thrown # Analogous to mkdir -p os.makedirs("<<SOME_PATH>>", exist_ok=True)