Re: Python windows interactive.



Try this, assuming you're in IDLE.

http://hkn.eecs.berkeley.edu/~dyoo/python/idle_intro/index.html

You can enter as many lines as you want in the interpreter. Then press
ENTER twice to get the result.

Or try here if you're looking for some tutorials.

http://tinyurl.com/w7wgp

rd

.



Relevant Pages

  • Re: Augument assignment versus regular assignment
    ... to find the object twice. ... But is the viewpoint of the interpreter somehow relevant? ... The language reference doesn't talk about objects. ...
    (comp.lang.python)
  • Re: IDLE confusion
    ... This isn't really an IDLE issue, it's a Python feature which needs to ... In Python, once you've imported a module once, importing it again is ... In the IDLE interpreter you can do this from the Shell ...
    (comp.lang.python)
  • Re: Newbie edit/compile/run cycle question
    ... In IDLE, which come with Python, it is F5. ... Stand-alone editors require longer to start a separate interpreter, ... This comes with running idle. ...
    (comp.lang.python)
  • [PATCH] ALSA Au1xpsc: psc not disabled when TX is idle
    ... TX idleness isn't tested, but RX twice. ... PSC is not disabled when TX is idle ...
    (Linux-Kernel)
  • Re: newbie - How do I import automatically?
    ... IDLE does not execute it??? ... which performs 'from btools import *' each time you hit return on the ... initialize IDLE with any code valid in the interpreter itself. ... Inbetween the above can maybe serve as workaround. ...
    (comp.lang.python)