Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #20105
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Subject | Re: Guide to: Learning Python Decorators |
| Date | 2012-02-09 15:28 -0500 |
| References | <476f8fff-9f08-4a54-8704-449cfaf6ad60@vv9g2000pbc.googlegroups.com> <CAJ6cK1b9Gd=3Bg4PMvMLN8U5KLnazXjcgXyqNgyRiRGXuFktNw@mail.gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.5609.1328819347.27778.python-list@python.org> (permalink) |
On 2/9/2012 1:55 PM, Arnaud Delobelle wrote: > > On Feb 9, 2012 6:00 PM, "sajuptpm" <sajuptpm@gmail.com > <mailto:sajuptpm@gmail.com>> wrote: > > > > Guide to: Learning Python Decorators > > New Book http://tinyurl.com/python-decorartor Which goes to Amazon, perhaps with an Amazon Associate id embedded. > A whole book about decorators? Cool. I'm going to start writing books > to. I'll start with 'The Python print statement'. Then to be cutting > edge I'll follow with 'The Python print function'. Sarcasm aside, it is a small (200K) digital book at a small price ($4). According to the 5-star reviews, it is not as trivial as the title indicates. It starts with explaining functions, scope, parameters, nesting, *args, **kwds, and nesting. In other words, everything one needs to know to understand decorators. It is based on tutorials given at PyCon and elsewhere. I plan to borrow it and take a look. A book on Printing with Python that clearly explained everything one needs to know about characters, glyphs, fonts, bytes, unicode, encodings, and serialization in order to print would also be worthwhile. For a bonus, add in something about console windows, OS differences, and printers. -- Terry Jan Reedy
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Guide to: Learning Python Decorators sajuptpm <sajuptpm@gmail.com> - 2012-02-09 09:56 -0800
Re: Guide to: Learning Python Decorators Terry Reedy <tjreedy@udel.edu> - 2012-02-09 15:28 -0500
Re: Guide to: Learning Python Decorators Ian <hobson42@gmail.com> - 2012-02-09 22:43 +0000
Re: Guide to: Learning Python Decorators Terry Reedy <tjreedy@udel.edu> - 2012-02-09 22:22 -0500
Re: Guide to: Learning Python Decorators sajuptpm <sajuptpm@gmail.com> - 2012-02-09 22:20 -0800
Re: Guide to: Learning Python Decorators anon hung <anonhung@gmail.com> - 2012-02-10 07:32 +0100
Re: Guide to: Learning Python Decorators 88888 Dihedral <dihedral88888@googlemail.com> - 2012-02-12 03:48 -0800
Re: Guide to: Learning Python Decorators 88888 Dihedral <dihedral88888@googlemail.com> - 2012-02-12 03:48 -0800
Re: Guide to: Learning Python Decorators 88888 Dihedral <dihedral88888@googlemail.com> - 2012-02-10 00:11 -0800
Re: Guide to: Learning Python Decorators Jack Diederich <jackdied@gmail.com> - 2012-02-12 04:04 -0500
csiph-web