Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.056 X-Spam-Evidence: '*H*': 0.89; '*S*': 0.00; 'subject:Python': 0.05; 'ugly': 0.07; 'python': 0.09; 'cc:addr:python-list': 0.10; '(but': 0.15; 'url:blogs': 0.16; 'skip': 0.17; 'decorators': 0.22; 'cc:2**0': 0.23; 'minutes.': 0.23; 'least': 0.25; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; 'probably': 0.29; 'form.': 0.33; 'another': 0.33; 'received:google.com': 0.34; 'thanks': 0.34; 'process,': 0.35; 'similar': 0.35; 'received:209.85': 0.35; 'explain': 0.36; 'but': 0.36; 'should': 0.36; 'york': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'header:Received:5': 0.40; 'link': 0.60; 'first': 0.61; 'back': 0.62; 'url:p': 0.63; 'worth': 0.63; 'gave': 0.65; 'powerpoint': 0.84; 'lot,': 0.95 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=OYY/aQYaBOdEzVf1VIkaO/lVOum+d7oo0aS/u5YeQoU=; b=wtwmQZ7d8WCqYo6HrkVEyYKbgZwnx2J6WBIrryKCeaIXUNaXDXSK8at25NQTTdD4eX iyvyBE2VEg1Zji+ishR+YFvRcKGr0YJ/1AURrECp9kh9dfUJSKHufqY+nEbAPqBF0562 sRXqsxEpIbfQhKmMYz0Pa9pkqSZWe9EVF2Jsn/t5YN0EMXmP/jojB5Il9rE4Ctwe+91b c0UdJFtlqOTBSKME+llLX6mWmk6FM5FF6XCx4odwMsHcw7LkYGFHRZiVdgDiBwBP1sNc bUn1UUEcKiF0EImp6rbzWMpSOWZduWpbHiBbHXLGpvKW769rI3bGDE75jHklEDGFXQgM ysFQ== MIME-Version: 1.0 In-Reply-To: <20120919022003.GB61866@snakebite.org> References: <20120919022003.GB61866@snakebite.org> Date: Wed, 19 Sep 2012 17:42:23 +0100 Subject: Re: Python presentations From: andrea crotti To: Trent Nelson Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1348072945 news.xs4all.nl 6845 [2001:888:2000:d::a6]:37698 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:29507 2012/9/19 Trent Nelson : > > FWIW, I gave a presentation on decorators to the New York Python > User Group back in 2008. Relevant blog post: > > http://blogs.onresolve.com/?p=48 > > There's a link to the PowerPoint presentation I used in the first > paragraph. It's in .pptx format; let me know if you'd like it in > some other form. > > Regards, > > Trent. Ok thanks a lot, how long did it take for you to present that material? Interesting the part about the learning process, I had a similar experience, but probably skip this since I only have 30 minutes. Another thing which I would skip or only explain how it works are parametrized decorators, in the triple-def form they just look to ugly to be worth the effort (but at least should be understood).