Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #29092 > unrolled thread
| Started by | Cameron Simpson <cs@zip.com.au> |
|---|---|
| First post | 2012-09-14 09:46 +1000 |
| Last post | 2012-09-14 09:46 +1000 |
| 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.
Re: Python presentations Cameron Simpson <cs@zip.com.au> - 2012-09-14 09:46 +1000
| From | Cameron Simpson <cs@zip.com.au> |
|---|---|
| Date | 2012-09-14 09:46 +1000 |
| Subject | Re: Python presentations |
| Message-ID | <mailman.653.1347580012.27098.python-list@python.org> |
On 13Sep2012 17:00, andrea crotti <andrea.crotti.0@gmail.com> wrote:
| I have to give a couple of Python presentations in the next weeks, and
| I'm still thinking what is the best approach.
|
| In one presentation for example I will present decorators and context
| managers, and my biggest doubt is how much I should show and explain in
| slides and how much in an interactive way (with ipython for example).
|
| For my experience if I only see code in slides I tend not to believe
| that it works somehow, but also only looking at someone typing can be
| hard to follow and understand what is going on..
|
| So maybe I should do first slides and then interactive demo, or the
| other way around, showing first how everything works and then explaining
| the code with slides.
Slides first.
My own experience is that someone typing code where I've not seen at
least a summary explaination ahead of time slides straight off my brain.
Ideally, two projectors: the current slides and an interactive python
environment for demos. That way people can cross reference.
But otherwise: a few slides, then a short demo if what was just spoken
about, then slides...
--
Cameron Simpson <cs@zip.com.au>
Standing on the faces of midgets, I can see for yards.
- David N Stivers D0D#857 <stiv@stat.rice.edu>
Back to top | Article view | comp.lang.python
csiph-web