Better performance

Paul Boddie paul at boddie.org.uk
Tue Jun 3 04:37:12 EDT 2008


On 2 Jun, 20:16, David <wizza... at gmail.com> wrote:
>
> PHP: Easy to make web pages.
> Perl: Lots of libraries, good text processing support
> Python: Easy to read and maintain

PHP: For the security vulnerabilities.
Perl: For the maintenance problem.
Python: To the rescue!

;-)

> You could even use all 3, in their strong areas. eg, PHP for the web
> page, perl for quick & dirty text-processing utils, and Python for the
> longer, more complicated scripts which you have to maintain.

Yes, it depends on how big the problem really is and how complicated
the solution has to be. Are the files all in the same format? Do they
have to be parsed repeatedly? Will new versions of the files be
released? Will the parser output go straight to a Web page or will it
be stored somewhere?

Paul



More information about the Python-list mailing list