在Python中实现Web服务的最佳方式是什么?

问题描述:

在Python中实现Web服务的最佳方式是什么?在Python中实现Web服务的最佳方式是什么?

+1

可能重复的[Python Web服务](http://stackoverflow.com/questions/159802/python-web-services) – systempuntoout 2010-09-08 10:44:50

+1

我相信问题是关于创建服务,而不是客户端。 – codeape 2010-09-08 11:48:29

还有的web services两种主要形式:

我建议你看看到REST风格的东西第一。 IMO,生产和/或使用RESTful服务通常比使用SOAP更简单。