Re: Looking for examples related to advanced python string, list and map operations

2006-06-15 Thread gene tani
A.M wrote: > Hi, > > > > Is there any online resource that gives examples about advanced python > string, list and map operations? > http://goog-goopy.sourceforge.net/goopy.functional.html#-variance http://oakwinter.com/code/functional/documentation.html -- http://mail.python.org/mailman/listin

Re: Looking for examples related to advanced python string, list and map operations

2006-06-15 Thread James Stroud
A.M wrote: > Hi, > > > > Is there any online resource that gives examples about advanced python > string, list and map operations? > > > > Today I saw this and I found that I have to work more on mentioned topics: > > > > numbers = [72, 101, 108, 108, 111, 44, 32, 119, 111, 114, 108, 100,

Looking for examples related to advanced python string, list and map operations

2006-06-15 Thread A.M
Hi, Is there any online resource that gives examples about advanced python string, list and map operations? Today I saw this and I found that I have to work more on mentioned topics: numbers = [72, 101, 108, 108, 111, 44, 32, 119, 111, 114, 108, 100, 33] print filter(lambda n: n % 2 == 0