Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin3!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.04; 'subject:Python': 0.06; 'compiler': 0.07; 'formatting': 0.09; 'functioning': 0.09; 'lawrence': 0.09; 'proficient': 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.14; 'assembler': 0.16; 'grasp': 0.16; 'ideally,': 0.16; 'iirc': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'smile': 0.16; 'subject: \n ': 0.16; 'subject:programming': 0.16; 'language': 0.16; 'wrote:': 0.18; 'bit': 0.19; 'written': 0.21; 'header:User-Agent:1': 0.23; 'either.': 0.24; "i've": 0.25; 'second': 0.26; 'least': 0.26; 'subject:/': 0.26; 'certain': 0.27; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'instruction': 0.29; 'unix': 0.29; 'anyone': 0.31; 'probably': 0.32; 'stuff': 0.32; 'there,': 0.34; "i'd": 0.34; 'problem': 0.35; 'basic': 0.35; 'agree': 0.35; 'one,': 0.35; "who's": 0.35; 'but': 0.35; 'there': 0.35; "didn't": 0.36; 'should': 0.36; 'wrong': 0.37; 'to:addr:python-list': 0.38; 'embedded': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'skip:u 10': 0.60; 'algorithms': 0.60; 'exposure': 0.60; 'firm': 0.61; 'first': 0.61; 'our': 0.64; 'became': 0.64; 'teaching': 0.64; 'different': 0.65; 'great': 0.65; 'finally': 0.65; 'effectively': 0.66; 'here': 0.66; 'between': 0.67; 'url:pdf': 0.68; '66.': 0.84; 'rca': 0.84; 'received:89': 0.85; 'edwards': 0.91 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: Tue, 17 Dec 2013 17:44:55 +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-89-240-168-13.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: 34 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1387302313 news.xs4all.nl 2889 [2001:888:2000:d::a6]:39665 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:62222 On 17/12/2013 16:59, Grant Edwards wrote: > > I've always thought C was a great language for low-level, bare-metal, > embedded stuff -- but teaching it to first or second year computer > science students is just insane. C has a certain minimalist > orthogonality that I have always found pleasing. [People who smile > wistfully when they think about the PDP-11 instruction word layouts > probably know what I mean.] I agree with you here, but wasn't there a tie-in between C and the rise of Unix via universities, or am I barking in the wrong forest? > > But, exposure to C should wait until you have a firm grasp of basic > algorithms and data structures and are proficient in assembly language > for a couple different architectures. Ideally, you should also have > written at least one functioning compiler before learning C as well. > I never had a problem with C as I'd written assembler for RCA 1802, Ferranti F110L and DEC/VAX, plus CORAL 66. Hum, a bit of a fib there, I recall vainly struggling with a C for loop before I finally realised I'd effectively written a CORAL 66 one, page 50 here http://www.xgc.com/manuals/pdf/xgc-c66-rm.pdf for (ouch!!!) anyone who's interested. Using a Whitesmith's pre-ANSI C compiler didn't exactly help me either. IIRC printf was spelt format and all the formatting codes were different to what became standard C. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence