python socket usage

Paul Rubin http
Thu Aug 16 04:16:20 EDT 2007


O¿uz YarÑmtepe <comp.ogz at gmail.com> writes:
> Is it possible to send a data object like a tuple or a list in socket 
> programming? If so how? It seems with socket module it is only possible to 
> send strings. 

Look into something like pyro or JSON.  Whatever you do, don't use eval.



More information about the Python-list mailing list