Steven D'Aprano <[email protected]> wrote: >On Fri, 11 Sep 2009 21:52:36 -0700, Tim Roberts wrote: > >> Basically, when you're good with Perl, you start to think of every task >> in terms of regular expression matches. When you're good with Python, >> you start to think of every task in terms of lists and tuples. > >Not me -- I think of most such tasks in terms of iterators.
I'm hoping to reach that point eventually... -- Tim Roberts, [email protected] Providenza & Boekelheide, Inc. -- http://mail.python.org/mailman/listinfo/python-list
