Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'example:': 0.03; 'skip:[ 20': 0.03; 'output': 0.04; 'subject:Python': 0.05; 'repl': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python-list': 0.10; '(other': 0.16; '(something': 0.16; 'from:addr:miki.tebeka': 0.16; 'from:name:miki tebeka': 0.16; 'snippets': 0.16; 'typing': 0.17; 'cc:2**0': 0.23; 'example': 0.23; 'command': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header :User-Agent:1': 0.26; 'run': 0.28; 'class': 0.29; 'error': 0.30; 'code': 0.31; 'like:': 0.33; 'skip:- 50': 0.34; 'received:google.com': 0.34; 'received:209.85': 0.35; "i'll": 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'think': 0.40; 'url:png': 0.63; 'url:i': 0.78; 'url:imgur': 0.84 Newsgroups: comp.lang.python Date: Thu, 13 Sep 2012 15:58:26 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=75.82.8.111; posting-account=uo-8fwoAAACKsFzFX78JHudx1V7WDXZ0 References: User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 75.82.8.111 MIME-Version: 1.0 Subject: Re: Python presentations From: Miki Tebeka To: comp.lang.python@googlegroups.com 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: , Message-ID: Lines: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1347577109 news.xs4all.nl 6907 [2001:888:2000:d::a6]:59389 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:29086 > What do you think work best in general? I find typing during class (other than small REPL examples) time consuming and error prone. What works well for me is to create a slidy HTML presentation with asciidoc, then I can include code snippets that can be also run from the command line. (Something like: [source,python,numbered] --------------------------------------------------- include::src/sin.py[] --------------------------------------------------- Output example: http://i.imgur.com/Aw9oQ.png ) Let me know if you're interested and I'll send you a example project. HTH, -- Miki