Exposing python api over the network for an iphone application

Posted by MAC on Stack Overflow See other posts from Stack Overflow or by MAC
Published on 2010-03-31T23:22:33Z Indexed on 2010/03/31 23:23 UTC
Read the original article Hit count: 203

Filed under:
|
|

I have functionality built in python on a central server. I wish to expose this api over the network to an iphone application. What would be the best way to do that?

Is it possible to create web services in python and have the iphone app use those? If so could anyone give me pointers as to how to create web services in python.

If someone has a better idea on how to go about doing this let me know =)

© Stack Overflow or respective owner

Related posts about python

Related posts about web-services