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


Groups > comp.lang.python > #61647

Re: Experiences/guidance on teaching Python as a first programming language

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <larry.martell@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.105
X-Spam-Level *
X-Spam-Evidence '*H*': 0.80; '*S*': 0.01; 'subject:Python': 0.06; 'bootstrap': 0.07; 'subject:language': 0.09; 'wrote': 0.14; '"hello': 0.16; 'assumptions': 0.16; 'roy': 0.16; 'subject:programming': 0.16; ':-)': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'machine': 0.22; 'tend': 0.24; 'skip:v 30': 0.26; 'switch': 0.26; 'this:': 0.26; 'subject:/': 0.26; 'header:In-Reply-To:1': 0.27; 'dec': 0.30; 'message-id:@mail.gmail.com': 0.30; 'work.': 0.31; 'front': 0.32; 'anywhere': 0.35; 'no,': 0.35; 'received:google.com': 0.35; "didn't": 0.36; 'starting': 0.37; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'skip:u 10': 0.60; 'manually': 0.60; 'up,': 0.60; 'first': 0.61; 'making': 0.63; 'field': 0.63; 'our': 0.64; 'panel': 0.68; 'smith': 0.68; 'computers': 0.72; 'power': 0.76; 'article': 0.77; 'onwards': 0.84; 'rusi': 0.91; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=wLFC9bdEtdHsa/dexS9coelaVfvQGS94yhJ1CD76Wk0=; b=p3zXHHUidj05gbng9c8Jk9nCp69tdvs+5oxOVWwEx+uFW9SDXkQOf8nIEIQ7tdO6sT nS6Cw83nsNlAWR1r5ziZmMJDZ61muu1tM5si8cOa28Wi4TMji/dD78xqXVynU1kxdMuy w84PG2sGrV4tf0+InLcIcPMgNh2LDW1Cnd1Ckle+/osw1RgUA08Y1SKfqP/K32M9SRov j7YRgyOp3ngoPQI9PYmN3LKNPCCetJqPTNJSK1Cos3K7dpYVDLtcPXEcOfdziTD3RqIC HgBLaISmGeoEBHWo2ALpIhJbR1hf4hPzXD3W1KxjojP8dKmVxL0HyR4D2Wz++dYSx8+C +21w==
MIME-Version 1.0
X-Received by 10.180.206.116 with SMTP id ln20mr15258413wic.35.1386814051861; Wed, 11 Dec 2013 18:07:31 -0800 (PST)
In-Reply-To <roy-7CFB3C.20423211122013@news.panix.com>
References <CAHVvXxS23g8dxO23pPTmXLo0z=QzJY_CjwMUtJcvAVfRhZa8bA@mail.gmail.com> <201312090824.25211.gheskett@wdtv.com> <52A78F6F.3060507@stoneleaf.us> <CABicbJKoN9fV48yskd5wqE79vsb5=nPGfwgOTCO+fCFMG7g8qw@mail.gmail.com> <CAPTjJmpQ9bFP66j3p-PDb2Mp88GKWKktrcFRCWQtdo6fb8LHmA@mail.gmail.com> <mailman.3908.1386777719.18130.python-list@python.org> <a34ada67-aa04-4f4d-b26d-e941cee03c4c@googlegroups.com> <roy-7CFB3C.20423211122013@news.panix.com>
Date Wed, 11 Dec 2013 21:07:31 -0500
Subject Re: Experiences/guidance on teaching Python as a first programming language
From Larry Martell <larry.martell@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=UTF-8
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 <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.3950.1386814058.18130.python-list@python.org> (permalink)
Lines 20
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1386814058 news.xs4all.nl 2840 [2001:888:2000:d::a6]:60833
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:61647

Show key headers only | View raw


On Wed, Dec 11, 2013 at 8:42 PM, Roy Smith <roy@panix.com> wrote:
> In article <a34ada67-aa04-4f4d-b26d-e941cee03c4c@googlegroups.com>,
>  rusi <rustompmody@gmail.com> wrote:
>
>> Kernighan and Ritchie set an important "first" in our field by making
>> "Hello World" their first program.
>
> Yup.
>
>> People tend to under-estimate the importance of this:
>> Many assumptions need to be verified/truthified/dovetailed
>> starting from switching on the machine onwards for this to work.
>
> At the time that they wrote it, very few people who used computers ever
> got anywhere near the power switch :-)

Nope. Long before that I was working on computers that didn't boot
when you powered them up, You had to manually key in a bootstrap
program from the front panel switches. (And no, this is not a takeoff
of the Four Yorkshiremen sketch.)

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


Thread

Re: Experiences/guidance on teaching Python as a first programming language bob gailer <bgailer@gmail.com> - 2013-12-11 11:01 -0500
  Re: Experiences/guidance on teaching Python as a first programming language rusi <rustompmody@gmail.com> - 2013-12-11 08:27 -0800
    Re: Experiences/guidance on teaching Python as a first programming language Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-12-11 16:36 +0000
    Re: Experiences/guidance on teaching Python as a first programming language Chris Angelico <rosuav@gmail.com> - 2013-12-12 03:45 +1100
    Re: Experiences/guidance on teaching Python as a first programming language Roy Smith <roy@panix.com> - 2013-12-11 20:42 -0500
      Re: Experiences/guidance on teaching Python as a first programming language Larry Martell <larry.martell@gmail.com> - 2013-12-11 21:07 -0500
        Re: Experiences/guidance on teaching Python as a first programming language Roy Smith <roy@panix.com> - 2013-12-11 21:31 -0500
      The increasing disempowerment of the computer user (was: Experiences/guidance on teaching Python as a first programming language) Ben Finney <ben+python@benfinney.id.au> - 2013-12-12 13:21 +1100
      Re: The increasing disempowerment of the computer user Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-12-12 02:35 +0000
      Re: The increasing disempowerment of the computer user Ben Finney <ben+python@benfinney.id.au> - 2013-12-12 13:35 +1100
        Re: The increasing disempowerment of the computer user Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-12-12 10:59 +0000
          Re: The increasing disempowerment of the computer user David Hutto <dwightdhutto@gmail.com> - 2013-12-14 00:44 -0500
      Re: Experiences/guidance on teaching Python as a first programming language rusi <rustompmody@gmail.com> - 2013-12-11 19:52 -0800
        Re: Experiences/guidance on teaching Python as a first programming language Chris Angelico <rosuav@gmail.com> - 2013-12-12 15:20 +1100
      Re: Experiences/guidance on teaching Python as a first programming language bob gailer <bgailer@gmail.com> - 2013-12-12 11:51 -0500
      Re: Experiences/guidance on teaching Python as a first programming language Larry Martell <larry.martell@gmail.com> - 2013-12-12 16:18 -0500
        Re: Experiences/guidance on teaching Python as a first programming language Frank Miles <fpm@u.washington.edu> - 2013-12-13 16:21 +0000

csiph-web