Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Python presentations

Received: by 10.66.89.162 with SMTP id bp2mr135665pab.4.1347577106801;
        Thu, 13 Sep 2012 15:58:26 -0700 (PDT)
Received: by 10.68.212.225 with SMTP id nn1mr411930pbc.18.1347577106782; Thu,
 13 Sep 2012 15:58:26 -0700 (PDT)
Path: a8ni4572pbd.1!nntp.google.com!4no7486693pbn.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
Newsgroups: comp.lang.python
Date: Thu, 13 Sep 2012 15:58:26 -0700 (PDT)
In-Reply-To: <mailman.617.1347552022.27098.python-list@python.org>
Complaints-To: groups-abuse@google.com
Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=75.82.8.111; posting-account=uo-8fwoAAACKsFzFX78JHudx1V7WDXZ0
NNTP-Posting-Host: 75.82.8.111
References: <mailman.617.1347552022.27098.python-list@python.org>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <3540adcc-cf2d-46a8-a822-a3183d5ea944@googlegroups.com>
Subject: Re: Python presentations
From: Miki Tebeka <miki.teb...@gmail.com>
Cc: python-list <python-l...@python.org>
Injection-Date: Thu, 13 Sep 2012 22:58:26 +0000
Content-Type: text/plain; charset=ISO-8859-1

> 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