Re: 3 Simple Questions About Python/IDLE

2006-09-07 Thread Steve Holden
Dennis Lee Bieber wrote: > On 7 Sep 2006 06:53:44 -0700, "Omar" <[EMAIL PROTECTED]> > declaimed the following in comp.lang.python: > > >>1) why don't python / idle use numbered lines in their scripting, like >>basic? how do you keep track of large batches of code without them? >> > > Beca

Re: 3 Simple Questions About Python/IDLE

2006-09-07 Thread Neil Cerutti
On 2006-09-07, Dennis Lee Bieber <[EMAIL PROTECTED]> wrote: > On 7 Sep 2006 06:53:44 -0700, "Omar" <[EMAIL PROTECTED]> > declaimed the following in comp.lang.python: >> 1) why don't python / idle use numbered lines in their >> scripting, like basic? how do you keep track of large batches >> of cod

Re: 3 Simple Questions About Python/IDLE

2006-09-07 Thread Omar
thanks -- http://mail.python.org/mailman/listinfo/python-list

Re: 3 Simple Questions About Python/IDLE

2006-09-07 Thread Claudio Grondi
Omar wrote: > 1) why don't python / idle use numbered lines in their scripting, like > basic? how do you keep track of large batches of code without them? > > 2) in IDLE, how do you save a program such that it can be run, say from > windows the "run" function? > > 3) are most of you doing your s