Re: [Tutor] PHP & Python suggestions....

2008-02-04 Thread Eric Brunson
Michael Langford wrote: > OT Aside: > Anyone ever used PSP pages? Seems like a good substitute for PHPish > tasks, but I've not seen many users. > I have, but I find generating my HTML with classes I wrote to be more to my tastes. I did PHP for years and I'm just not a fan of the way it mixe

Re: [Tutor] PHP & Python suggestions....

2008-02-04 Thread Michael Langford
OT Aside: Anyone ever used PSP pages? Seems like a good substitute for PHPish tasks, but I've not seen many users. As to the actual question, PHP can call python through a variety of means. One such one I'm familiar with is XMLRPC. PHP: http://phpxmlrpc.sourceforge.net/ Python: http://www.ibm.co

Re: [Tutor] PHP & Python suggestions....

2008-02-04 Thread Chris Fuller
On Sunday 03 February 2008 17:35, GTXY20 wrote: > Hi all, > > First off let me say how helpful and informative this mailing list is. It > is very much appreciated. > > Anyway, I am looking for some suggestions for reading up on how to call > Python from PHP scripts, specifically calling from a PHP

Re: [Tutor] PHP & Python suggestions....

2008-02-03 Thread Alan Gauld
"GTXY20" <[EMAIL PROTECTED]> wrote > Anyway, I am looking for some suggestions for reading up on how to > call > Python from PHP scripts, specifically calling from a PHP web > application - > PHP will call python script with some arguments and python will run > on the > server and return the r