Python - remote object protocols and security

Chris Angelico rosuav at gmail.com
Mon Jul 15 08:30:52 EDT 2013


On Mon, Jul 15, 2013 at 10:26 PM, Jean-Michel Pichavant
<jeanmichel at sequans.com> wrote:
> Basically, I need to transfer numbers (int). Possibly dictionaries like {string: int} in order to structure things a little bit.

I strongly recommend JSON, then. It's a well-known system, it's
compact, it's secure, and Python comes with a json module.

ChrisA



More information about the Python-list mailing list