Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #30536
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2012-09-29 21:13 -0700 |
| References | <13cba669-3640-4e7b-8fee-c84c7bafb67c@googlegroups.com> <mailman.1651.1348943705.27098.python-list@python.org> |
| Subject | Re: Editing in IDLE |
| From | peterfarrell66@gmail.com |
| Message-ID | <mailman.1660.1348978390.27098.python-list@python.org> (permalink) |
Thanks for the responses, Terry and Chris, I'll try the shell, alt-P and I'll check out SciTE! Peter On Saturday, September 29, 2012 11:35:06 AM UTC-7, Chris Angelico wrote: > 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 | Next — Previous in thread | Find similar | Unroll 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