Easy filesystem operations in Python with pathlib - Design Patterns

Опубликовано: 24 Март 2026
на канале: Patternite
689
25

In this video we go over some common use-cases of the Python "pathlib" module. Pathlib is a great alternative to the commonly used "os" module since it simplifies file management.

You can check out the pattern here
https://patternite.com/patterns/26974...

Want to checkout other interesting patterns? Contribute your own? Checkout Patternite!
https://patternite.com

Official pathlib docs
https://docs.python.org/3/library/pat...