Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #9395
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!weretis.net!feeder4.news.weretis.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | J Kenneth King <james@agentultra.com> |
| Newsgroups | comp.lang.python |
| Subject | Re: Functional style programming in python: what will you talk about if you have an hour on this topic? |
| Date | Wed, 13 Jul 2011 09:50:42 -0400 |
| Organization | A noiseless patient Spider |
| Lines | 33 |
| Message-ID | <87aaci8f2l.fsf@agentultra.com> (permalink) |
| References | <2b28da74-f054-4f46-8971-43603ab7cfd3@glegroupsg2000goo.googlegroups.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Injection-Info | mx04.eternal-september.org; posting-host="kVaDdrG5qrrpMuhI9r2wOA"; logging-data="6750"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/UJWnyal6E8w/nE2B9lJQvW9tUGBY1mlg=" |
| User-Agent | Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) |
| Cancel-Lock | sha1:Xeq3xDaq7usyNbXbO2ot9ordo1I= sha1:2JIobHigGPgOXZS/J9nBqL95tP0= |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:9395 |
Show key headers only | View raw
Anthony Kong <anthony.hw.kong@gmail.com> writes:
> (My post did not appear in the mailing list, so this is my second try. Apology if it ends up posted twice)
>
> Hi, all,
>
> If you have read my previous posts to the group, you probably have some idea why I asked this question.
>
> I am giving a few presentations on python to my colleagues who are mainly java developers and starting to pick up python at work.
>
> <personal opinion>
> So I have picked this topic for one of my presentation. It is because functional programming technique is one of my favorite in my bag of python trick. It also takes me to the rabbit hole of the functional programming world, which is vastly more interesting than the conventional procedural/OO languages.
> </personal opinion>
>
> I think I will go through the following items:
>
> itertools module
> functools module
> concept of currying ('partial')
>
>
> I would therefore want to ask your input e.g.
>
> Is there any good example to illustrate the concept?
> What is the most important features you think I should cover?
> What will happen if you overdo it?
>
>
> Cheers
You might also want to cover gotchas like Python's references.
If you have the time I'd introduce weakref too.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Functional style programming in python: what will you talk about if you have an hour on this topic? Anthony Kong <anthony.hw.kong@gmail.com> - 2011-07-13 05:39 -0700
Re: Functional style programming in python: what will you talk about if you have an hour on this topic? gene heskett <gheskett@wdtv.com> - 2011-07-13 09:41 -0400
Re: Functional style programming in python: what will you talk about if you have an hour on this topic? J Kenneth King <james@agentultra.com> - 2011-07-13 09:50 -0400
Re: Functional style programming in python: what will you talk about if you have an hour on this topic? Terry Reedy <tjreedy@udel.edu> - 2011-07-13 12:29 -0400
Re: Functional style programming in python: what will you talk about if you have an hour on this topic? Ian Kelly <ian.g.kelly@gmail.com> - 2011-07-13 11:09 -0600
Re: Functional style programming in python: what will you talk about if you have an hour on this topic? Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2011-07-14 15:32 +1200
Re: Functional style programming in python: what will you talk about if you have an hour on this topic? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-07-14 14:05 +1000
Re: Functional style programming in python: what will you talk about if you have an hour on this topic? Jonathan Hartley <tartley@tartley.com> - 2011-07-14 03:33 -0700
Re: Functional style programming in python: what will you talk about if you have an hour on this topic? Jonathan Hartley <tartley@tartley.com> - 2011-07-14 03:31 -0700
csiph-web