Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!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.045 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.00; 'subject:Python': 0.05; '(even': 0.05; 'git': 0.09; 'cc:addr:python-list': 0.10; 'assume': 0.11; 'do,': 0.15; '10x': 0.16; 'wing': 0.16; 'later': 0.16; 'duplicate': 0.17; 'thanks,': 0.18; 'written': 0.20; 'trying': 0.21; 'plus.': 0.22; 'cc:2**0': 0.23; 'example': 0.23; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; 'function': 0.30; 'code': 0.31; 'point': 0.31; 'could': 0.32; 'weeks': 0.33; 'received:google.com': 0.34; 'list': 0.35; 'fail': 0.35; 'faster': 0.35; 'received:209.85': 0.35; 'something': 0.35; 'there': 0.35; 'add': 0.36; 'but': 0.36; "didn't": 0.36; 'anything': 0.36; 'should': 0.36; 'one,': 0.37; 'does': 0.37; 'detail': 0.37; 'previous': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'nothing': 0.38; 'talk': 0.38; 'sure': 0.38; 'several': 0.39; 'notice': 0.39; 'header:Received:5': 0.40; 'think': 0.40; 'your': 0.60; 'save': 0.61; 'more': 0.63; 'member,': 0.66; 'home': 0.66; 'audience': 0.71; 'saw': 0.75; 'william': 0.78; 'frustrating': 0.91; 'url:fr': 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:content-transfer-encoding; bh=qKU5oMZ3MCJzyeUsb95ASoclZgcNhRp7es2NlRwr8MU=; b=xa1zniL6Vgl203B+gGdH9E0WHjaw1v+QByqVPSVkLa8Ip5rRvil7wiaPknJ0cOSFap luCkdMFf/AYBesFOd7bnWvlTOoUuhEakceK1i6I2CI0JtyTbQ1lyZyKaCr7tYWi803NP I+jJ1SDUTSztpwRjQ9blFo0zIWqerh+f+IYCTKY2ZgqdIcQGUYmMvzsTPMnCU5mIjW4T 50jwkNsINTwSrVP01xm+/OwtQcIUaB6kUAgZAvBAgMOFKgC9Lv78xyPrmupBZCJLeSug sisFJNjC6NeG24HnIhLQ/+GfwdSnPtUIS7HuYGJDia66HzAJqZm2Bx1Iv7J0B+Q/P1c9 eb8w== MIME-Version: 1.0 In-Reply-To: References: Date: Thu, 13 Sep 2012 18:13:43 +0100 Subject: Re: Python presentations From: andrea crotti To: "William R. Wing (Bill Wing)" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 34 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1347556425 news.xs4all.nl 6947 [2001:888:2000:d::a6]:42327 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:29054 2012/9/13 William R. Wing (Bill Wing) : > > [byte] > > Speaking from experience as both a presenter and an audience member, plea= se be sure that anything you demo interactively you include in your slide d= eck (even if only as an addendum). I assume your audience will have access= to the deck after your talk (on-line or via hand-outs), and you want them = to be able to go home and try it out for themselves. > > Nothing is more frustrating than trying to duplicate something you saw a = speaker do, and fail because of some detail you didn't notice at the time o= f the talk. A good example is one that was discussed on the matplotlib-use= rs list several weeks ago: > > http://www.loria.fr/~rougier/teaching/matplotlib/ > > -Bill Yes that's a good point thanks, in general everything is already in a git repository, now only in my dropbox but later I will make it public. Even the code that I should write there should already written anyway, and to make sure everything is available I could use the save function of IPython and add it to the repository... In general I think that explaining code on a slide (if it involves some new concepts in particular) it's better, but then showing what it does it's always a plus. It's not the same if you say this will go 10x faster than the previous one, and showing that it actually does on your machine..