Search notes:

Python standard library: pathlib

See also

pathlib overloads the division by (slash) operator (/).
Some functions found in pathlib have a corresponding function in os or os.path (Path.exists() - os.path.exists(), Path.cwd() - os.getcwd() etc.)
standard library

Index