Hello I realize I am using a lot this pattern: >>> os.path.join(os.path.expanduser('~'), 'something', 'here') '/Users/tarek/something/here' It's quite complicated, and not really intuitive.