Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #29087
| Date | 2012-09-14 00:15 +0100 |
|---|---|
| From | Andrea Crotti <andrea.crotti.0@gmail.com> |
| Subject | Re: Python presentations |
| References | <mailman.617.1347552022.27098.python-list@python.org> <3540adcc-cf2d-46a8-a822-a3183d5ea944@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.648.1347578212.27098.python-list@python.org> (permalink) |
On 09/13/2012 11:58 PM, Miki Tebeka wrote: >> 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 Yes please send me something and I'll have a look. For my slides I'm using hieroglyph: http://heiroglyph.readthedocs.org/en/latest/index.html which works with sphinx, so in theory I might be able to run the code as well.. But in general probably the best way is to copy and paste in a ipython session, to show that what I just explained actually works as expected..
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python presentations andrea crotti <andrea.crotti.0@gmail.com> - 2012-09-13 17:00 +0100
Re: Python presentations John Gordon <gordon@panix.com> - 2012-09-13 16:06 +0000
Re: Python presentations mblume <foobar@invalid.invalid> - 2012-09-13 16:26 +0000
Re: Python presentations 88888 Dihedral <dihedral88888@googlemail.com> - 2012-09-13 12:01 -0700
Re: Python presentations Alexander Blinne <news@blinne.net> - 2012-09-14 00:33 +0200
Re: Python presentations Chris Angelico <rosuav@gmail.com> - 2012-09-14 08:38 +1000
Re: Python presentations 88888 Dihedral <dihedral88888@googlemail.com> - 2012-09-13 22:57 -0700
Re: Python presentations 88888 Dihedral <dihedral88888@googlemail.com> - 2012-09-13 22:57 -0700
Re: Python presentations Alexander Blinne <news@blinne.net> - 2012-09-14 13:47 +0200
Re: Python presentations Chris Angelico <rosuav@gmail.com> - 2012-09-14 22:19 +1000
Re: Python presentations Alexander Blinne <news@blinne.net> - 2012-09-16 18:13 +0200
Re: Python presentations Chris Angelico <rosuav@gmail.com> - 2012-09-17 02:19 +1000
Re: Python presentations Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-09-16 17:35 +0000
Re: Python presentations Alexander Blinne <news@blinne.net> - 2012-09-17 10:39 +0200
Re: Python presentations Miki Tebeka <miki.tebeka@gmail.com> - 2012-09-13 15:58 -0700
Re: Python presentations Andrea Crotti <andrea.crotti.0@gmail.com> - 2012-09-14 00:15 +0100
Re: Python presentations Miki Tebeka <miki.tebeka@gmail.com> - 2012-09-13 15:58 -0700
csiph-web