> 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
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
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,
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
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