Re: [Tutor] Understanding the tutorial (fwd)

2006-02-21 Thread Danny Yoo
[Keeping tutor in CC] -- Forwarded message -- Date: Tue, 21 Feb 2006 17:49:34 -0500 (Eastern Standard Time) From: Kermit Rose <[EMAIL PROTECTED]> To: Danny Yoo <[EMAIL PROTECTED]> Subject: Re: [Tutor] Understanding the tutorial From: Danny Yoo Date: 02/21/06 16:38:2

Re: [Tutor] Understanding the tutorial

2006-02-21 Thread Danny Yoo
> 2.1 Invoking the Interpreter > > *** > is written with the unix programmer in mind. > I do understand some unix, since I used to work on a unix system. But now > the only system > I have available is Microsoft windows. > In windows I invoke the interpreter by clicking on the Python icon, or

Re: [Tutor] Understanding the tutorial

2006-02-21 Thread Alan Gauld
> 2.1 Invoking the Interpreter > is written with the unix programmer in mind. Thats true. Most early web tools were based around Unix and many still are. Unix is the best programmers OS without doubt. Therefore many programmers use Unix systems even when delivering on another one. (We developed th

[Tutor] Understanding the tutorial

2006-02-21 Thread Kermit Rose
    From: Danny Yoo Date: 02/20/06 19:22:23 To: Kermit Rose Cc: Tutor; John Fouhy Subject: Re: [Tutor] Generating small random integer   >  The thing I'm slightly worried about is that the questions you're asking seem answered directly by the tutorials we're pointing you to.  If there is som