I think it is rather natural in English language to say,
"with comma, join this list"
And python is pretty intuitive in terms of its closeness to natural languages (or at least English). We are so used to the grammer of conventional languages, that we find Python's syntax puzzling and non-sensical, when in fact, it is the better way (so far) of most of the languages. I love many of the cute little tricks that we can do with Python.
If you want to join a list with comman I would prefer the following syntax, which is more verbose
"this list, joinWith comma"
doesn't that suck ;)
Or if you use ObjectiveC you would write:
"join (list) with (comma)"