Re: Python for the web

2008-06-10 Thread Daniel Fetchinson
> Hello, > I have developed a python tool that basically does two things: > 1. Allow the user to search for a keyword or a group of Keywords in a > specailized collection of text files. This search option is part of a > massive custom tree control that was developed using wxpython. > 2. The rest o

Python for the web

2008-06-10 Thread Noorhan Abbas
Hello, I have developed a python tool that basically does two things: 1. Allow the user to search for a keyword or a group of Keywords in a specailized collection of text files.  This search option is part of a massive custom tree control that was developed using wxpython. 2. The rest of the tree

Re: Can I compile Python for the web?

2005-09-23 Thread Terry Hancock
On Friday 23 September 2005 07:53 pm, Peter Hansen wrote: > What you appear to be asking is if it's possible to create *native > machine code* from Python source in order to achieve a significant > increase in performance. The short answer is "no, not really", and > longer answers include "yes,

Re: Can I compile Python for the web?

2005-09-23 Thread Peter Hansen
Charles wrote: > I'm doing some investigations on the Python language. > I'd like to know if it is possible to compile Python code made for the > web (an online database for instance), and to run it using mod_python. > How is it possible? I think it would be very fast to execute the code > if

Can I compile Python for the web?

2005-09-23 Thread Charles
Dear sirs, I'm doing some investigations on the Python language. I'd like to know if it is possible to compile Python code made for the web (an online database for instance), and to run it using mod_python. How is it possible? I think it would be very fast to execute the code if it were comp