How can I interact with rather long python scripts?
Posted
by Fedor
on Stack Overflow
See other posts from Stack Overflow
or by Fedor
Published on 2010-03-08T10:30:09Z
Indexed on
2010/05/17
15:40 UTC
Read the original article
Hit count: 316
I love the IDLE. However, sometimes I have 100-200 line scripts and I want to sort of interactively debug/play with say, functions defined in foo.py
instead of just calling python foo.py
. Is there a way I can trigger IDLE in the context of my foo.py
?
© Stack Overflow or respective owner