Path: csiph.com!usenet.pasdenom.info!goblin1!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!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.024 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'subject:Python': 0.06; 'assignment': 0.07; 'permitted': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:language': 0.09; 'assembler': 0.16; 'hashed': 0.16; 'message-id:@4ax.com': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'sessions,': 0.16; 'subject:programming': 0.16; 'two)': 0.16; 'language': 0.16; 'bit': 0.19; 'meant': 0.20; 'programming': 0.22; 'url:home': 0.24; 'first,': 0.26; 'switch': 0.26; 'subject:/': 0.26; 'primary': 0.26; 'header:X-Complaints-To:1': 0.27; 'dec': 0.30; '(which': 0.31; 'went': 0.31; 'larry': 0.31; 'pascal': 0.31; 'class': 0.32; 'open': 0.33; 'running': 0.33; 'sense': 0.34; 'core': 0.34; 'could': 0.34; 'basic': 0.35; 'late': 0.35; 'ibm': 0.36; 'charset:us-ascii': 0.36; 'effort': 0.37; 'list': 0.37; 'expected': 0.38; 'received:76': 0.38; 'needed': 0.38; 'to:addr :python-list': 0.38; 'files': 0.38; 'to:addr:python.org': 0.39; 'either': 0.39; 'received:org': 0.40; 'even': 0.60; 'algorithms': 0.60; 'took': 0.61; 'course': 0.61; 'first': 0.61; 'high': 0.63; 'myself': 0.63; 'choose': 0.64; 'school': 0.64; 'linked': 0.65; 'study': 0.69; 'college': 0.70; 'training': 0.77; '360': 0.84; 'imagine': 0.93; 'taught': 0.96; '2013': 0.98 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dennis Lee Bieber Subject: Re: Experiences/guidance on teaching Python as a first programming language Date: Tue, 17 Dec 2013 20:20:08 -0500 Organization: IISS Elusive Unicorn References: <20131212213602.806ef8fd2626ca6f34bc83d6@gmx.net> <20131216213225.2006b30246e3a08ee241a191@gmx.net> <20131217165144.39bf9ba1cd4e4f27a96893ca@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: adsl-76-249-18-76.dsl.klmzmi.sbcglobal.net X-Newsreader: Forte Agent 6.00/32.1186 X-No-Archive: YES 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: 36 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1387329622 news.xs4all.nl 2845 [2001:888:2000:d::a6]:50385 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:62249 On Tue, 17 Dec 2013 12:18:13 -0500, Larry Martell declaimed the following: >It wasn't for me either when I went to college in the late 1970's. >Pascal first, then FORTRAN, then IBM 360 assembler. That was all the >formal language training I had. (I had taught myself BASIC in high >school.) Pascal was an elective at my school -- small class size having to share a pair of CRDS LSI-11s running UCSD Pascal. The CompSci core curriculum had parallel threads of (intro) FORTRAN, (adv) FORTRAN, Sigma-6 Assembler (Meta-Symbol) (intro) COBOL, (adv) COBOL, Database (DBTG Network model) The OS course also used the CRDS LSI-11 and Macro-11 (which was taught in the first few sessions, one was expected to be familiar with assembly language programming on the Sigma) I took APL as independent study just to get the last three (only needed two) credits for graduation. The algorithms class was a bit of a free-for-all; we where permitted to use any language the instructor could make sense of -- which meant FORTRAN, COBOL, Pascal, BASIC, and Assembly; SNOBOL and APL were not viable. I ended up using BASIC -- on a system that only allowed four open files at a time -- and I used program chaining to switch among the primary functions of the assignment (a hashed head multiple linked list "phone directory"). I don't even want to imagine the effort it took in Assembler (memory claims someone DID choose that implementation) -- Wulfraed Dennis Lee Bieber AF6VN wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/