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


Groups > comp.lang.python > #61583

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

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.048
X-Spam-Evidence '*H*': 0.91; '*S*': 0.01; 'subject:Python': 0.06; 'subject:language': 0.09; 'cc:addr:python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'rigorous': 0.16; 'subject:programming': 0.16; 'language': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'programming': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'subject:/': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'dec': 0.30; 'message- id:@mail.gmail.com': 0.30; 'implemented': 0.33; 'style': 0.33; 'sense': 0.34; "who's": 0.35; 'but': 0.35; 'received:google.com': 0.35; '12,': 0.39; 'functional': 0.39; 'till': 0.61; 'balance': 0.61; 'more': 0.64; 'attractive': 0.81; 'rusi': 0.91; 'to:none': 0.92; '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:cc :content-type; bh=fqkHc+HPgs6H2CC4ct9d/osLp99WOajgAMdmIFunZqk=; b=HA0LPLMW2PcNU+RjcdnPWIZcs92vIi51XqpivTUdsfc6ql1L3tTCeX70nqF791maAf Uvu7vcKMs+So8bS2uHN4ZN3BMXuPt8z6S/Yqc3B7rkssG9WNnz0MZSeEs9yNQXO6DsXj Ke0RtoehWbLxyXqfKXehsk8rSJNt/Nl1+nM6rKlyCz8eIv5h24YbwNOfEzw13oVhPL56 HMW4Zzptl8tuRB0gkozx7BtDTsbdimaRDmcNHvAyzzvmkBBaHGkrtiZHcb748ByJS+pn wVpR3Pf71J7xfX7FIc2v3giaF4A+YlRJJfj66ULoLwGl4kCxeOYH55t9XnAQEWMuj2i6 Txjw==
MIME-Version 1.0
X-Received by 10.68.212.163 with SMTP id nl3mr2320668pbc.25.1386775470303; Wed, 11 Dec 2013 07:24:30 -0800 (PST)
In-Reply-To <05fc5a48-576d-4eb9-a714-96df39f0ef1f@googlegroups.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.3887.1386762439.18130.python-list@python.org> <05fc5a48-576d-4eb9-a714-96df39f0ef1f@googlegroups.com>
Date Thu, 12 Dec 2013 02:24:30 +1100
Subject Re: Experiences/guidance on teaching Python as a first programming language
From Chris Angelico <rosuav@gmail.com>
Cc "python-list@python.org" <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.3902.1386775479.18130.python-list@python.org> (permalink)
Lines 15
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1386775479 news.xs4all.nl 2891 [2001:888:2000:d::a6]:51238
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:61583

Show key headers only | View raw


On Thu, Dec 12, 2013 at 1:44 AM, rusi <rustompmody@gmail.com> wrote:
> It is this need to balance that makes functional programming attractive:
>
> - implemented like any other programming language
> - but also mathematically rigorous

Attractive *to the mathematician*. A more imperative style makes sense
to someone who's grown up with... well, parents...

clean_room()
eat_dinner()

One won't start till the other finishes.

ChrisA

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 Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2013-12-11 11:46 +0000
  Re: Experiences/guidance on teaching Python as a first programming language rusi <rustompmody@gmail.com> - 2013-12-11 06:44 -0800
    Re: Experiences/guidance on teaching Python as a first programming language Chris Angelico <rosuav@gmail.com> - 2013-12-12 02:24 +1100
      Re: Experiences/guidance on teaching Python as a first programming language rusi <rustompmody@gmail.com> - 2013-12-11 07:41 -0800
        Re: Experiences/guidance on teaching Python as a first programming language Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-12-11 15:53 +0000
        Re: Experiences/guidance on teaching Python as a first programming language Chris Angelico <rosuav@gmail.com> - 2013-12-12 03:04 +1100
        Re: Experiences/guidance on teaching Python as a first programming language Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-12-11 16:18 +0000
          Re: Experiences/guidance on teaching Python as a first programming language Roy Smith <roy@panix.com> - 2013-12-11 20:50 -0500
          Re: Experiences/guidance on teaching Python as a first programming language "Rhodri James" <rhodri@wildebst.org.uk> - 2013-12-12 23:50 +0000
        Re: Experiences/guidance on teaching Python as a first programming language Chris Angelico <rosuav@gmail.com> - 2013-12-12 03:25 +1100
        Re: Experiences/guidance on teaching Python as a first programming language Tim Delaney <timothy.c.delaney@gmail.com> - 2013-12-12 07:13 +1100

csiph-web