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


Groups > comp.lang.python > #29049

Python presentations

Path csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!cs.uu.nl!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <andrea.crotti.0@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@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.crotti.0@gmail.com>
To python-list <python-list@python.org>
Content-Type text/plain; charset=ISO-8859-1
X-BeenThere python-list@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-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.617.1347552022.27098.python-list@python.org> (permalink)
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 abuse@xs4all.nl
Xref csiph.com comp.lang.python:29049

Show key headers only | View raw


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?

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


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