Allen Fowler <allen.fow...@yahoo.com> writes:
> Since I need to work with other platforms, pickle is out...  what
> are the alternatives?  XML? JSON?

json is the easiest to prototype with and is less bureaucratic.  xml
has more serious tools for schema specification and validation etc.
You could start with json and switch later.  As for the rpc mechanism,
using urllib and one of the HTTP server modules is probably simplest.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to