Path: csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.029 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.04; 'subject:Python': 0.06; 'lawrence': 0.09; 'mess': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:language': 0.09; 'language,': 0.12; 'language.': 0.14; 'learnt': 0.16; 'list)': 0.16; 'made,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject: \n ': 0.16; 'subject:programming': 0.16; 'true:': 0.16; 'thursday,': 0.16; 'language': 0.16; 'wrote:': 0.18; 'trying': 0.19; 'australian': 0.19; 'first.': 0.19; '>>>': 0.22; 'programming': 0.22; '(in': 0.22; 'separate': 0.22; 'header:User- Agent:1': 0.23; 'second': 0.26; 'subject:/': 0.26; 'header:X -Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'idea': 0.28; 'dec': 0.30; 'waste': 0.30; 'code': 0.31; "skip:' 10": 0.31; 'towards': 0.31; '(on': 0.31; 'another.': 0.31; 'pascal': 0.31; 'class': 0.32; 'figure': 0.32; 'languages': 0.32; 'says': 0.33; 'style': 0.33; 'december': 0.35; 'but': 0.35; 'scheme': 0.36; 'possible': 0.36; 'similar': 0.36; 'effort': 0.37; 'list': 0.37; 'sometimes': 0.38; 'to:addr:python-list': 0.38; 'issue': 0.38; 'fact': 0.38; 'rather': 0.38; 'expect': 0.39; 'does': 0.39; 'to:addr:python.org': 0.39; 'mailing': 0.39; 'university': 0.39; 'received:org': 0.40; 'called': 0.40; 'how': 0.40; 'gone': 0.61; 'took': 0.61; 'simply': 0.61; "you're": 0.61; 'first': 0.61; 'such': 0.63; 'today': 0.64; 'our': 0.64; 'fashion': 0.64; 'more': 0.64; 'yes': 0.68; 'reverse': 0.68; 'home': 0.69; 'sales': 0.69; 'marketing': 0.70; 'saw': 0.77; '*and*': 0.84; 'cobol': 0.84; 'received:2': 0.84; 'sem': 0.84; 'erlang': 0.91; 'rusi': 0.91; 'mistakes': 0.93; 'university.': 0.93; '2013': 0.98 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: Experiences/guidance on teaching Python as a first programming language Date: Thu, 19 Dec 2013 04:50:54 +0000 References: <20131212213602.806ef8fd2626ca6f34bc83d6@gmx.net> <20131216213225.2006b30246e3a08ee241a191@gmx.net> <20131217165144.39bf9ba1cd4e4f27a96893ca@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-2-98-207-235.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 47 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1387428670 news.xs4all.nl 2834 [2001:888:2000:d::a6]:48805 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:62370 On 19/12/2013 04:29, rusi wrote: > On Thursday, December 19, 2013 6:19:04 AM UTC+5:30, Rhodri James wrote: >> On Tue, 17 Dec 2013 15:51:44 -0000, Wolfgang Keller wrote: >>> The only issue for me was to figure out how to do in C what I already >>> knew in Pascal. And I had to waste a *lot* more time and mental effort >>> to mess with that language than it took for me to learn *both* the >>> basics of programming per se *and* Pascal in the first class at my home >>> university. > >> It's sounds like you made, and are carrying on making, one of the classic >> mistakes of software engineering: you're trying to write one language in >> the style of another. It is possible to write C code as if it were >> Pascal, but it's a painful process and it won't be pretty. It's far >> better to use a language as it is rather than as you want it to be. > > Yes but the reverse is also true: Sometimes the best code in language > L is first conceptualized in design-language D and then 'coded' into > L. > > When we were students D was called 'flow-charts' > Gone out of fashion today and replaced by UML. > > Now I expect the majority on this list to not care for UML. > However the idea of a separate design language is not negated by the fact > that UML is overkill and silly. > > eg Saw this (on the Erlang mailing list) > In some Australian university (in the 90s) 2 sems of Cobol was > replaced by 1 sem Scheme + 1 sem Cobol. Students learnt more Cobol in > the second arrangement than in the first. [Note: 'More Cobol' not 'More > Programming'] > > Now if you were to ask those *students* I would expect similar > emotions towards Cobol as Wolfgang is expressing towards C. > That is however a separate issue :D > If C is such a crap language, what does it says for the thousands of languages that never got anywhere? Or did C simply have a far larger sales and marketing budget? :) -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence