Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!news.glorb.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: 88888 Dihedral Newsgroups: comp.lang.python Subject: Re: Guide to: Learning Python Decorators Date: Sun, 12 Feb 2012 03:48:32 -0800 (PST) Organization: http://groups.google.com Lines: 18 Message-ID: <7765462.72.1329047312690.JavaMail.geo-discussion-forums@pbcql8> References: <476f8fff-9f08-4a54-8704-449cfaf6ad60@vv9g2000pbc.googlegroups.com> NNTP-Posting-Host: 123.204.77.188 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1329047315 14134 127.0.0.1 (12 Feb 2012 11:48:35 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 12 Feb 2012 11:48:35 +0000 (UTC) Cc: Python-list In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=123.204.77.188; posting-account=5JdMBQoAAABHnS4mjpqEzxnmWtgiiVNw User-Agent: G2/1.0 X-Google-Web-Client: true Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:20265 =E5=9C=A8 2012=E5=B9=B42=E6=9C=8810=E6=97=A5=E6=98=9F=E6=9C=9F=E4=BA=94UTC+= 8=E4=B8=8B=E5=8D=882=E6=97=B632=E5=88=8609=E7=A7=92=EF=BC=8Canon hung=E5=86= =99=E9=81=93=EF=BC=9A > >> Guide to: Learning Python Decorators > >> New Book http://tinyurl.com/python-decorartor > > > > 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'. >=20 There are books about classes in other computer languages, too. =20 Using decorator is more elegant in reducing the class levels in application= s. Just deep copying an object in more than 10 levels of an inherited class h= iarchie is so slow.