Courses/Advanced Typing

๐Ÿ”ค Advanced Typing

pathlib

Object-oriented file paths.

pathlib.Path replaces os.path string-mangling with real methods: .name, .suffix, .parent, .with_suffix(), .read_text(), .write_text().

main.py
Output
Press Run to execute.
Expected output
z.txt .txt z
/tmp/x/y
/tmp/x/y/z.md

Sign in to track your progress across lessons.