Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #29054 > unrolled thread

Re: Python presentations

Started byandrea crotti <andrea.crotti.0@gmail.com>
First post2012-09-13 18:13 +0100
Last post2012-09-13 18:13 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Python presentations andrea crotti <andrea.crotti.0@gmail.com> - 2012-09-13 18:13 +0100

#29054 — Re: Python presentations

Fromandrea crotti <andrea.crotti.0@gmail.com>
Date2012-09-13 18:13 +0100
SubjectRe: Python presentations
Message-ID<mailman.621.1347556425.27098.python-list@python.org>
2012/9/13 William R. Wing (Bill Wing) <wrw@mac.com>:
>
> [byte]
>
> Speaking from experience as both a presenter and an audience member, please be sure that anything you demo interactively you include in your slide deck (even if only as an addendum).  I assume your audience will have access to the deck after your talk (on-line or via hand-outs), and you want them to be able to go home and try it out for themselves.
>
> Nothing is more frustrating than trying to duplicate something you saw a speaker do, and fail because of some detail you didn't notice at the time of the talk.  A good example is one that was discussed on the matplotlib-users list several weeks ago:
>
> http://www.loria.fr/~rougier/teaching/matplotlib/
>
> -Bill


Yes that's a good point thanks, in general everything is already in a
git repository, now only in my dropbox but later I will make it
public.

Even the code that I should write there should already written anyway,
and to make sure everything is available I could use the save function
of IPython and add it to the repository...

In general I think that explaining code on a slide (if it involves
some new concepts in particular) it's better, but then showing what it
does it's always a plus.

It's not the same if you say this will go 10x faster than the previous
one, and showing that it actually does on your machine..

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web