Gabriel Genellina <[EMAIL PROTECTED]> wrote:
> En Tue, 03 Apr 2007 12:40:23 -0300, Jim Aikin <[EMAIL PROTECTED]>
> escribió:
>
> > The Tutorial is very good, but there are numerous topics that it slides
> > past
> > (as it would have to do, in order to avoid being ten times as long). I
> > haven'
En Tue, 03 Apr 2007 12:40:23 -0300, Jim Aikin <[EMAIL PROTECTED]>
escribió:
> The Tutorial is very good, but there are numerous topics that it slides
> past
> (as it would have to do, in order to avoid being ten times as long). I
> haven't yet gotten deep enough into Python to even know where
Thanks, Steven. I'm sure that answers the question.
The Tutorial is very good, but there are numerous topics that it slides past
(as it would have to do, in order to avoid being ten times as long). I
haven't yet gotten deep enough into Python to even know where to look for a
full explanation of
Steven D'Aprano <[EMAIL PROTECTED]> wrote:
> On Mon, 02 Apr 2007 23:44:41 -0700, Jim Aikin wrote:
>
>> Working through the tutorial, I created a file called fibo.py in my
>> text editor, and imported it into Idle. It worked as expected. I then
>> edited the file and resaved it. I used del fibo, f
Jim Aikin wrote:
> Just starting to learn Python and going through the Tutorial in the Help
> file. FWIW, I'm a hobbyist programmer -- not extremely knowledgeable, but
> not entirely clueless.
>
> In 6.1.2 of the Tutorial, I find this: "The modification time of the
> version of spam.py used to cr
On Mon, 02 Apr 2007 23:44:41 -0700, Jim Aikin wrote:
> Working through the tutorial, I created a file called fibo.py in my text
> editor, and imported it into Idle. It worked as expected. I then edited the
> file and resaved it. I used del fibo, followed by import fibo.
That probably won't caus
Just starting to learn Python and going through the Tutorial in the Help
file. FWIW, I'm a hobbyist programmer -- not extremely knowledgeable, but
not entirely clueless.
In 6.1.2 of the Tutorial, I find this: "The modification time of the version
of spam.py used to create spam.pyc is recorded i