Re: pyc file [Newbie Question]

2007-04-04 Thread Alex Martelli
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'

Re: pyc file [Newbie Question]

2007-04-04 Thread Gabriel Genellina
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

Re: pyc file [Newbie Question]

2007-04-03 Thread Jim Aikin
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

Re: pyc file [Newbie Question]

2007-04-03 Thread Duncan Booth
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

Re: pyc file [Newbie Question]

2007-04-03 Thread Peter Otten
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

Re: pyc file [Newbie Question]

2007-04-03 Thread Steven D'Aprano
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

pyc file [Newbie Question]

2007-04-02 Thread Jim Aikin
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