Re: [Tutor] running & debugging in python interactive shell

2009-01-15 Thread Alan Gauld
"Artie Ziff" wrote running python scripts. Does anyone know of an article that describes best practices for running and debugging scripts inside the python shell? Of course, I use import directive to run my script for first run. I am seeking techniques for invoking parts of script after ini

Re: [Tutor] running & debugging in python interactive shell

2009-01-14 Thread Che M
> Date: Wed, 14 Jan 2009 16:44:11 -0800 > From: artie.z...@gmail.com > To: tutor@python.org > Subject: [Tutor] running & debugging in python interactive shell > > Greetings. > > I am attempting to search archives, however I thought it would be OK to > ask while

[Tutor] running & debugging in python interactive shell

2009-01-14 Thread Artie Ziff
Greetings. I am attempting to search archives, however I thought it would be OK to ask while I search... thank you to those who responded to my previous inquiry. Your response was very helpful to me. My environment is embedded so I have only a python interactive shell for running python scripts.