Need some advice

Bruno Desthuilliers bdesth.quelquechose at free.quelquepart.fr
Tue Oct 21 12:34:36 EDT 2008


azrael a écrit :
> I am starting to work on a application and need some advice.
> 
> I am planing to develop a desktop application which would have some
> usage, but also it should be able to comunicate to a web server which
> hosts a php web application. So I wanted to ask if someone has some
> expirience with connecting PHP webapplications with Python desktop
> applications. Could someone at leaset point me to the right direction
> where to look for informations.

Short anwser: 'http'.

Longer answer: when it comes to interacting with a web application, the 
language used to develop both applications is irrelevant. The client app 
sends an HTTP request, and receive an HTTP response.




More information about the Python-list mailing list