Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!194.109.133.85.MISMATCH!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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.05; 'decorator': 0.07; 'nicely': 0.07; 'cc:addr:googlegroups.com': 0.09; 'url:github': 0.09; 'url:rst': 0.09; 'cc:addr:python-list': 0.10; 'received:209.85.214.174': 0.21; 'example': 0.23; 'this:': 0.23; 'cc:no real name:2**0': 0.24; 'external': 0.24; 'cc:2**1': 0.24; 'allows': 0.25; 'cc:addr:python.org': 0.25; 'header:In- Reply-To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; 'class': 0.29; 'function': 0.30; 'anyone': 0.33; 'received:google.com': 0.34; 'moved': 0.35; 'received:209.85': 0.35; 'received:209': 0.37; 'subject:: ': 0.38; 'files': 0.38; 'received:209.85.214': 0.39; 'notice': 0.39; 'header:Received:5': 0.40; 'url:master': 0.84 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=To++SPPdwjzpfcdvUlpUND4GHmsWQUg+TwAsELGFq8g=; b=kQYKBU4e1HOGDhB0/uwuX8IFZib9yOtrr8sDOvyfn/WKYJ39uduaFwbpMhZZahII2n GrU7dmvlqPQKkpgzFeavYJ1ivwgSkuqDeVNrBFtQSplVhPwTfoxihlFoL3il6a65JGt6 06L8lX5/GwJsi5GSMxK9rF4Jo++58MZIfLNHLHbYlloypB0BrNmPt71BqM8dEwM1qgpa lf0gBqpN9e298nH+bjZVp2nss4R5zFNqRGeZIvkSZgV19sl3evCFMTZQKcOX/NZ+GeWX +h6flmT1r7sKVpV3/IGzre1BnNQi86d/WT2rQ4ZKq4LBfhLXIDWaeD/GXkdWSB5GgX2F nqYg== MIME-Version: 1.0 In-Reply-To: <2ea7c371-ae27-4d6c-9828-c97a86cec349@googlegroups.com> References: <20120919022003.GB61866@snakebite.org> <2ea7c371-ae27-4d6c-9828-c97a86cec349@googlegroups.com> Date: Mon, 24 Sep 2012 16:42:50 +0100 Subject: Re: Python presentations From: andrea crotti To: 88888 Dihedral Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list , comp.lang.python@googlegroups.com 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: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1348501374 news.xs4all.nl 6920 [2001:888:2000:d::a6]:54253 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:29913 For anyone interested, I already moved the slides on github (https://github.com/AndreaCrotti/pyconuk2012_slides) and for example the decorator slides will be generated from this: https://raw.github.com/AndreaCrotti/pyconuk2012_slides/master/deco_context/deco.rst Notice the literalinclude with :pyobject: which allows to include any function or class automatically very nicely from external files ;)