[Tutor] Functional Programming tutor

Alan Gauld alan.gauld@freenet.co.uk
Sat, 14 Apr 2001 08:44:22 +0000


For anyone interested I have uploaded a bnew topic to my 
tutor: Functional Programming.

Its only a brief overview of FP and how Python supports 
it but covers:

map(), reduce(), filter(), lambda

and 

short circuit evaluation as a replacement for if/else

I haven't covered the new v2.0 features, partly coz I haven't really 
used them myself yet!

It's at:

http://www.crosswinds.net/~agauld

Under advanced topics.

Feedback, as ever, is welcomed.

Alan G