A look at the benefits of using pathlib, the "object-oriented way of dealing with paths". Working with files is one of the most common things developers do. After all, you often want to read from ...
自作モジュールのパスを通すもの。 setup.py内に自作モジュールとして読み込みたいパスを記述する ##pip install -e . pip install -e .を実行して、setup.pyを有効化する(多分) ## 使用例 how_to_pathlib.py ...