Python and Napster

Alex Martelli aleaxit at yahoo.com
Tue Dec 26 13:40:14 EST 2000


"Doug Farrell" <dfarrell01 at earthlink.net> wrote in message
news:sx226.18970$RC1.511898 at newsread1.prod.itd.earthlink.net...
> Hi,
> Is there a way to build a 'Napster' like client in Python? What I'm really
> looking for is a way to have a cross-platform (Windows, Mac, Sun) way of
> having users share files, no necessarily music files, from machine to
> machine. I'd like to do this in Python as I'm the only Windows programmer
at
> my company and we'd like to support the other two platforms I mentioned.
> Maybe I should be looking at Java?

Python would probably let you be more productive, I suspect.  It sure has
all the network functionality you need; in your shoes, I'd look into pyro --
building file exchange on top of it should be easier than on sockets or on
protocols such as HTTP.


Alex






More information about the Python-list mailing list