[python-win32] beginner's question on network programming
Alfred Milgrom
fredm at smartypantsco.com
Wed Dec 3 19:36:34 EST 2003
Hi:
I am familiar with Python and can program what I want for a single machine
without too much trouble, but now I want to develop a network version of my
program. I am a complete beginner as far as networks are concerned.
For a single machine I can distribute my program as *.py files and data
files, or as an .exe using py2exe.
(The program accesses data files).
My question is what do I need to make a program network-compatible? Do I
need a client-server module or something similar? If so, has anyone already
written one?
Thanks in anticipation,
Alfred Milgrom
More information about the Python-win32
mailing list