Kuchi's answer didn't work for me on OS X Yosemite (10.10.1). I did find the afplay
command (here), which you can just call from Python. This works regardless of whether the Terminal audible bell is enabled and without a third-party library.
import os
os.system('afplay /System/Library/Sounds/Sosumi.aiff')