Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!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.034 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'subject:Python': 0.05; 'context': 0.05; 'python': 0.09; 'sep': 0.09; 'weeks,': 0.09; 'cc:addr:python-list': 0.10; 'example).': 0.16; 'received:192.168.11': 0.16; 'url:blogs': 0.16; 'wrote:': 0.17; 'thu,': 0.17; 'decorators': 0.22; 'cc:2**0': 0.23; 'example': 0.23; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; '-0700,': 0.29; "i'm": 0.29; 'doubt': 0.33; '(with': 0.33; 'form.': 0.33; 'next': 0.35; 'explain': 0.36; 'should': 0.36; 'charset:us-ascii': 0.36; 'york': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'received:192': 0.39; 'received:192.168': 0.40; 'content-disposition:inline': 0.60; 'link': 0.60; 'first': 0.61; 'back': 0.62; 'url:p': 0.63; 'show': 0.63; 'gave': 0.65; 'biggest': 0.71; 'andrea': 0.84; 'powerpoint': 0.84; 'approach.': 0.91 Date: Tue, 18 Sep 2012 22:20:04 -0400 From: Trent Nelson To: andrea crotti Subject: Re: Python presentations References: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) 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: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1348021210 news.xs4all.nl 6884 [2001:888:2000:d::a6]:42901 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:29462 On Thu, Sep 13, 2012 at 09:00:19AM -0700, andrea crotti wrote: > I have to give a couple of Python presentations in the next weeks, and > I'm still thinking what is the best approach. > > In one presentation for example I will present decorators and context > managers, and my biggest doubt is how much I should show and explain in > slides and how much in an interactive way (with ipython for example). 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.