> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to