3 new slogans
Michael Peuser
mpeuser at web.de
Thu Aug 14 02:41:40 EDT 2003
"Graham Fawcett" <fawcett at teksavvy.com> schrieb im Newsbeitrag
news:mailman.1060835422.10350.python-list at python.org...
> smarter_than_you wrote:
>
> >1) Python made me rich
> >2) Python saved my life
> >3) Python changed my mind
> >
> >put them on T-shirts. Collect all three!!
> >
> >
> how about
>
> I'm not really a wizard, I just use Python
>
> or (untested, but I think it's right)
>
> s/(perl|java|vba|c(#|\+\+|)?)/python/g
.. but - as *any* regex - can be improved:
s/\b(perl|java|vba?|c(#|\+\+|)?)/python/gi
Kindly
Michael P
>
> or, with apologies to Clarke,
>
> Any sufficiently advanced technology is indistinguishable from Python
>
> -- Graham
>
>
>
More information about the Python-list
mailing list