Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #30522

Re: Editing in IDLE

References <13cba669-3640-4e7b-8fee-c84c7bafb67c@googlegroups.com>
Date 2012-09-30 04:35 +1000
Subject Re: Editing in IDLE
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.1651.1348943705.27098.python-list@python.org> (permalink)

Show all headers | View raw


On Sun, Sep 30, 2012 at 3:14 AM,  <peterfarrell66@gmail.com> wrote:
> Hello to the group!
>
> I'm a new Python user and so far I'm enjoying it. One of the many newbie problems I'm having is I can't edit my code in IDLE once it's run or there's an error message. I can only copy the code so far, paste at the bottom and continue coding. Is there something simple I'm missing, or should I be using a different editor?

I only ever use IDLE in its interactive mode (at which, imho, it's
rather better than the default Python interactive mode, as it
auto-indents). In that mode, you can retrieve previous commands with
Alt-P - at least, that's the keystroke on Windows, not sure if it's
different on other platforms.

For editing code that's to be saved in a .py file, I use SciTE, but a
lot of people do use IDLE for that too. It's a matter of personal
preference.

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Editing in IDLE peterfarrell66@gmail.com - 2012-09-29 10:14 -0700
  Re: Editing in IDLE Terry Reedy <tjreedy@udel.edu> - 2012-09-29 13:52 -0400
  Re: Editing in IDLE Chris Angelico <rosuav@gmail.com> - 2012-09-30 04:35 +1000
    Re: Editing in IDLE peterfarrell66@gmail.com - 2012-09-29 21:13 -0700
    Re: Editing in IDLE peterfarrell66@gmail.com - 2012-09-29 21:13 -0700

csiph-web