I've been doing a lot of thinking about cross platform audio game development. I really do not like #python. I can use it if I have to, but I find both the required indentation and syntax annoying. I think programming should be fun. I discovered #freebasic, and I like its syntax, and the feel of programming with it, but playing sounds is turning out to be quite the PITA. It supposedly supports openal, fmod, sdl, and some others, but every time I go to download the .bi libraries it needs I get 404 errors.
One thing that can be said about python2 with pygame is, it works. No fuss, you just install pygam and start coding. I'm stil hoping for something with freebasic though.