Quantcast
Channel: Planet Python
Viewing all articles
Browse latest Browse all 22462

Doug Hellmann: xmlrpc.server — An XML-RPC server — PyMOTW 3

$
0
0
The xmlrpc.server module contains classes for creating cross-platform, language-independent servers using the XML-RPC protocol. Client libraries exist for many other languages besides Python, making XML-RPC an easy choice for building RPC-style services. Read more… This post is part of the Python Module of the Week series for Python 3. See PyMOTW.com for more articles from … Continue reading xmlrpc.server — An XML-RPC server — PyMOTW 3

Viewing all articles
Browse latest Browse all 22462

Trending Articles