Newbie edit/compile/run cycle question

Arnaud Delobelle arnodel at googlemail.com
Sun Dec 9 08:39:27 EST 2007


On Dec 9, 1:26 pm, MartinRineh... at gmail.com wrote:
> Thanks for all the help. Thought I'd spend my newbie days right in the
> Python shell (there's lots to test when you're just starting) but I
> guess that's not going to happen.

It would be a shame not to use the shell.

> Everyone told me to get out of the Python shell, one way or another.
> OK. But this means that every execution must first load Python, then
> import my stuff. Import becoming a NOP after first use in the shell is
> a six-legged feature, at best.

Don't jump to conclusions too early.

In the shell, type 'help(reload)'.  This might help.

--
Arnaud




More information about the Python-list mailing list