http://www.upriss.org.uk/python/session1.html

hello.py
name.py
convert.py
cat.py
loops.py
zoo.py
filein.py

Need some examples of recursion
fib.py
piglatin.py

threader.py

Maybe include some simple game stuff.

From goldberg@benjamingoldberg.com  Thu Jan 17 20:24:19 2008
Received: from mx2.cims.nyu.edu (mx2.cims.nyu.edu [128.122.81.61])
	by mail.cims.nyu.edu (8.13.8+Sun/8.13.8) with ESMTP id m0I1OI21011065
	for <shasha@mail.cims.nyu.edu>; Thu, 17 Jan 2008 20:24:18 -0500 (EST)
Received: from outbound.mse2.exchange.ms (outbound.mse2.exchange.ms [69.25.50.247])
	by mx2.cims.nyu.edu (8.13.8+Sun/8.13.8) with ESMTP id m0I1OH2i017601
	for <shasha@courant.nyu.edu>; Thu, 17 Jan 2008 20:24:17 -0500 (EST)
X-MimeOLE: Produced By Microsoft Exchange V6.5
Received:  from 68.175.104.100 ([68.175.104.100]) by mse2be2.mse2.exchange.ms ([10.0.25.195]) via Exchange Front-End Server owa.mse2.exchange.ms ([10.0.25.79]) with Microsoft Exchange Server HTTP-DAV ; Fri, 18 Jan 2008 01:01:31 +0000
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----_=_NextPart_001_01C8596D.AA0DCE94"
User-Agent: Microsoft-Entourage/11.3.6.070618
Content-class: urn:content-classes:message
Subject: Re: pseudo-code for recursive descent parsing
Date: Thu, 17 Jan 2008 20:01:27 -0500
Message-ID: <C3B56497.E7B7%goldberg@benjamingoldberg.com>
In-Reply-To: <200801171954.m0HJsm7K006688@access2.cims.nyu.edu>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: pseudo-code for recursive descent parsing
Thread-Index: AchZQtKbV6KwB8M4Roqi9TiZeZD8OAAKtSCu
From: "Benjamin Goldberg" <goldberg@benjamingoldberg.com>
To: "Dennis Shasha" <shasha@courant.nyu.edu>
X-Scanned-By: MIMEDefang 2.58 on 128.122.81.61
X-Greylist: Delayed for 00:22:40 by milter-greylist-3.0 (mx2.cims.nyu.edu [128.122.81.61]); Thu, 17 Jan 2008 20:24:18 -0500 (EST)
Status: R
Content-Length: 1942

This is a multi-part message in MIME format.

------_=_NextPart_001_01C8596D.AA0DCE94
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable


Dennis,

I lecture using chalk and blackboard, so don=B9t have spiffy lecture =
notes.
Check out Ed=B9s course notes at, for instance,

http://www.cs.nyu.edu/courses/spring04/G22.2130-001/outline.html

On this page, it=B9s lecture #4.

-Ben




From: Dennis Shasha <shasha@courant.nyu.edu>
Date: Thu, 17 Jan 2008 14:54:48 -0500
To: <goldberg@cs.nyu.edu>
Conversation: pseudo-code for recursive descent parsing
Subject: pseudo-code for recursive descent parsing

Dear Ben,
Might you have such a thing as well as lecture notes?
Thanks,
Dennis



------_=_NextPart_001_01C8596D.AA0DCE94
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<HTML>
<HEAD>
<TITLE>Re: pseudo-code for recursive descent parsing</TITLE>
</HEAD>
<BODY>
<FONT FACE=3D"Verdana, Helvetica, Arial"><SPAN =
STYLE=3D'font-size:12.0px'><BR>
Dennis,<BR>
<BR>
I lecture using chalk and blackboard, so don&#8217;t have spiffy lecture =
notes. &nbsp;Check out Ed&#8217;s course notes at, for instance, =
&nbsp;<BR>
<BR>
<a =
href=3D"http://www.cs.nyu.edu/courses/spring04/G22.2130-001/outline.html"=
>http://www.cs.nyu.edu/courses/spring04/G22.2130-001/outline.html</a><BR>=

<BR>
On this page, it&#8217;s lecture #4.<BR>
<BR>
-Ben<BR>
<BR>
<BR>
<BR>
<HR ALIGN=3DCENTER SIZE=3D"3" WIDTH=3D"95%"><B>From: </B>Dennis Shasha =
&lt;shasha@courant.nyu.edu&gt;<BR>
<B>Date: </B>Thu, 17 Jan 2008 14:54:48 -0500<BR>
<B>To: </B>&lt;goldberg@cs.nyu.edu&gt;<BR>
<B>Conversation: </B>pseudo-code for recursive descent parsing<BR>
<B>Subject: </B>pseudo-code for recursive descent parsing<BR>
<BR>
Dear Ben,<BR>
Might you have such a thing as well as lecture notes?<BR>
Thanks,<BR>
Dennis<BR>
<BR>
</SPAN></FONT>
</BODY>
</HTML>


------_=_NextPart_001_01C8596D.AA0DCE94--

