Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

What is the best way to implement web services in Python?

share|improve this question
1  
possible duplicate of Python Web Services – systempuntoout Sep 8 '10 at 10:44
1  
I believe the question is about creating services, not clients. – codeape Sep 8 '10 at 11:48

closed as not a real question by systempuntoout, Manoj Govindan, gnibbler, Jochen Ritzel, miku Sep 8 '10 at 13:29

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

There are two main flavors of web services:

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.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.