Icon of a thin page Icon of a thick page

A pyRe for xkcd

David A. Harding

If xkcd is really into python now, I think he should change the text of the regular expressions T-shirt to python:

Everybody stand back!

>>> import re
>>> expr = re.compile ('I know Regular Expressions!')
>>> print expr.findall ('At least in perl I know Regular Expressions!')
['I know Regular Expressions!']

This blog brought to you by pyBlosxom, the 2,000 line python program that replaced a 150 line perl script.