Re: An Abridged Python Tutorial

2005-03-25 Thread bruno modulix
Michael Spencer wrote: An Abridged Python Tutorial (snip fine piece of art) -- bruno desthuilliers python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for p in '[EMAIL PROTECTED]'.split('@')])" -- http://mail.python.org/mailman/listinfo/python-list

Re: An Abridged Python Tutorial

2005-03-24 Thread Bengt Richter
On Thu, 24 Mar 2005 08:37:29 -0800, Michael Spencer <[EMAIL PROTECTED]> wrote: >An Abridged Python Tutorial > very nice ! Regards, Bengt Richter -- http://mail.python.org/mailman/listinfo/python-list

Re: An Abridged Python Tutorial

2005-03-24 Thread Paul McGuire
This will be tough to beat! (and not a single rhyme of "brace" and "space"!) -- Paul -- http://mail.python.org/mailman/listinfo/python-list

Re: An Abridged Python Tutorial

2005-03-24 Thread George Sakkis
"Michael Spencer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > An Abridged Python Tutorial > > There are tips for the novice and tricks > that will add to your programming kicks. > But the cardinal rule > that you must learn at school > is that spaces and tabs never mix.