Preserving program structure
Alex Martelli
aleax at aleax.it
Mon Dec 17 19:00:34 EST 2001
David Dawkins wrote:
...
> The impression I get is "avoid IDLE". I'm a vi fan, so I'll find a way to
> emulate the "Ctrl-F5" (run script) feature.
IDLE's fine, but vim is a better vi -- look at if_python.txt in the vim
docs (/usr/share/doc/vim-common-6.0/doc/if_python.txt in my vim 6.0
installation on Linux, for example), and you'll see you need very little
emulation indeed -- :pyf already runs a python file (script) in VIM...
Alex
More information about the Python-list
mailing list