Python MP3 Player
Steven D. Arnold
stevena at neosynapse.net
Fri Jun 30 16:23:01 EDT 2000
At 07:34 PM 6/30/2000 +0000, Grant Edwards wrote:
>That's not really doing it in Python, then, is it?
It's an interesting question. To me the answer is "some yes, some
no." For example, xrange is written in C, yet it is a Python command. You
can call it from Python, use it in Python code, the whole nine yards. I
think it'd be great to have an MP3 library written in C with a Python
interface that you could load and use just like any Python module. :-) I
do see why you'd object, though.
steve
--
Steven D. Arnold Que quiero sera stevena at neosynapse.net
"If you have built castles in the air, your work need not be lost; that
is where they should be. Now put the foundations under them!" -- Thoreau
More information about the Python-list
mailing list