Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save a-maumau/2906cf81d779d2ea59e543896f49f75f to your computer and use it in GitHub Desktop.
Save a-maumau/2906cf81d779d2ea59e543896f49f75f to your computer and use it in GitHub Desktop.
from logging import getLogger
logger = getLogger(__name__)

頑張ります・・・

pathlib

# こういうとこだけマジクソ感あるけど、他は優秀?
pathlib.Path('hoge') / pathlib.Path('fuga')
# >> PosixPath('hoge/fuga')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment