Functional programming in Python
Just found some interesting stuff concerning functional programming using Python. Here are the links:
Functional programming in Python, Part 1
Functional programming in Python, Part 2
Functional programming in Python, Part 2
These articles are from a larger collection of pages on Python called Charming Python on the IBM website.
Tags: functional programming, links, python
This entry was posted
on Tuesday, September 30th, 2008 at 3:00 pm and is filed under Code, Computers, Useful links.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
October 1st, 2008 at 2:44 pm
Hey Flo. You might be interested in the Python cookbook (O’Reilly) if you’re getting into this kind of thing…
October 1st, 2008 at 3:00 pm
Hi Noel! Thanks, I do have the Cookbook in my library, have never checked it for these specific topics though… will do so soon!