how to cd to parent directory python code example Example: How do I get the parent directory in Python? from pathlib import Path Path(Path.cwd()).parent