Message from discussion
Python presentations
Received: by 10.216.203.96 with SMTP id e74mr54235weo.1.1348233494179;
Fri, 21 Sep 2012 06:18:14 -0700 (PDT)
Path: ed8ni9078807wib.0!nntp.google.com!feeder3.cambriumusenet.nl!feed.tweaknews.nl!194.109.133.85.MISMATCH!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!border4.nntp.ams.giganews.com!border2.nntp.ams.giganews.com!border2.nntp.dca.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed.news.ucla.edu!usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path: <andrea.crott...@gmail.com>
X-Original-To: python-l...@python.org
Delivered-To: python-l...@mail.python.org
X-Spam-Status: OK 0.018
X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'subject:Python': 0.05;
'context': 0.05; 'python': 0.09; 'received:mail-
lpp01m010-f46.google.com': 0.09; 'weeks,': 0.09; 'to:name:python-
list': 0.15; 'example).': 0.16; 'slides.': 0.16; 'somehow,': 0.16;
'tend': 0.17; 'typing': 0.17; 'decorators': 0.22; 'example': 0.23;
'message-id:@mail.gmail.com': 0.27; "i'm": 0.29; 'maybe': 0.29;
'received:209.85.215.46': 0.30; 'code': 0.31; 'doubt': 0.33;
'to:addr:python-list': 0.33; '(with': 0.33; 'received:google.com':
0.34; 'received:209.85': 0.35; 'next': 0.35; 'explain': 0.36;
'but': 0.36; 'should': 0.36; 'received:209': 0.37;
'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'think':
0.40; 'first': 0.61; 'show': 0.63; 'believe': 0.69; 'biggest':
0.71; 'around,': 0.84; 'approach.': 0.91
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
h=mime-version:date:message-id:subject:from:to:content-type;
bh=iB6PBazilereOg5IBQVdypApaOwPp2irEMfcPN7VYq4=;
b=SHpqbaUYEPhlvUtpVn8d0b0AQJVjrWNpLvXwYGvVou2ljHKP8agjqbmpexqcqibhKR
h4Gx/6wJMZsqcs8GYXyfXiJWR6qes1vBNX6OPqGlYL/MOMnwcpm1An8CrKnmN/AzQ/XC
MfXI1qE8fFnbNLcVB1tQ4wurIriZ/QHmDUFDMERpBc6XjEhZBvzSaXaCXMPUOdcjLr5V
iqxuL13vRRDfXR/poi+JSmRUiJ1Ce4azwY8UxnvdV/ngKG+T7cj+EVCYO8AZB5Cp82ah
MewjZl2rSzJGL7Uxvnu/RLVYNc4k9Gwog16/A2UUZyYeTXf7tcTV7+zW/AeO+uM18OIu
YuLg==
MIME-Version: 1.0
Date: Thu, 13 Sep 2012 17:00:19 +0100
Subject: Python presentations
From: andrea crotti <andrea.crott...@gmail.com>
To: python-list <python-l...@python.org>
X-BeenThere: python-l...@python.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: General discussion list for the Python programming language
<python-list.python.org>
List-Unsubscribe: <http://mail.python.org/mailman/options/python-list>,
<mailto:python-list-requ...@python.org?subject=unsubscribe>
List-Archive: <http://mail.python.org/pipermail/python-list/>
List-Post: <mailto:python-l...@python.org>
List-Help: <mailto:python-list-requ...@python.org?subject=help>
List-Subscribe: <http://mail.python.org/mailman/listinfo/python-list>,
<mailto:python-list-requ...@python.org?subject=subscribe>
Newsgroups: comp.lang.python
Message-ID: <mailman.617.1347552022.27098.python-l...@python.org>
Lines: 16
NNTP-Posting-Host: 2001:888:2000:d::a6
X-Trace: 1347552022 news.xs4all.nl 6982 [2001:888:2000:d::a6]:49833
X-Complaints-To: ab...@xs4all.nl
Content-Type: text/plain; charset=ISO-8859-1
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.
What do you think work best in general?