Re: Python audio output switch

2006-07-26 Thread Pan Xingzhi
LSA, though maybe I'll have to write sth in C :) Ben Sizer wrote: > Pan Xingzhi wrote: >> Guys: >> >> Hi there. Recently I'll have to write a quite interesting program >> in Python on a Linux box. What I need is a function which allows the >> user to

Python audio output switch

2006-07-25 Thread Pan Xingzhi
edia frameworks but still need some light. Does anybody have experience on this? Thanks in advance! Regards, Pan Xingzhi -- http://mail.python.org/mailman/listinfo/python-list

Re: dicts vs classes

2006-07-25 Thread Pan Xingzhi
dict is already a classwhy another? Guyon Morée wrote: > Hi all, > > I'm using simple classes as a container of named values and I'm > instantiating a lot of them in a very short time. > > i was wondering if there is any benefit in using dicts instead from a > performance/memory usage point