Perl Vs Python

Bo M. Maryniuck b.maryniuk at forbis.lt
Thu Feb 27 13:17:11 EST 2003


On Thursday 27 February 2003 14:28, Alex Martelli wrote:
> Yes, but, the fact that regular expressions are not "integrated"
> in Python (you have to "import re" to get them) is not really a
> problem at all.  

<CorrectMeIfIAmWrong>
	Problem is that regexp in Python is much slower than in Perl. And optimising 
	Python regexps is only in one way: "Don't do this".
</CorrectMeIfIAmWrong>

-- 
Regards, Bogdan

You can't spell evil without vi.






More information about the Python-list mailing list