Would there be something like this: >>> prefix.join("some","sub","path") This would be the same as: >>> prefix["some"]["sub"]["path"] But the join variant would be much less of a finger-twister on non-english keyboards.