How to write services with CPython?
Posted
by estourodepilha.com
on Stack Overflow
See other posts from Stack Overflow
or by estourodepilha.com
Published on 2010-03-15T22:12:35Z
Indexed on
2010/03/16
0:19 UTC
Read the original article
Hit count: 607
Does CPython have any library that helps to write binding-independent services?
I have found some SOAP libraries for Python, but it misses the flexibility of choosing the binding at runtime.
© Stack Overflow or respective owner