What is the best way to implement web services in Python?
+1
A:
There are two main flavors of web services:
- RESTful
- SOAP based (old article)
I suggest you look into the RESTful stuff first. IMO, it is generally simpler to produce and/or consume a RESTful service, than it is to use SOAP.
codeape
2010-09-08 12:01:12