Python IDE's

en.karpachov at ospaz.ru en.karpachov at ospaz.ru
Mon Aug 1 22:42:23 EDT 2005


On Mon, 01 Aug 2005 18:21:08 -0400
Benji York wrote:

> Jon Hewer wrote:
> > But, if i use Vi, then whenever i want to test some code i have to
> > open up python, import the necessary modules and run it - I like the
> > idea of developing python in an IDE and just hitting a run button.
> 
> map <F5> :w<CR>:!python %<CR>

Or, probably even better:

map <F5> :w<CR>:!xterm -e python -i % &<CR><CR>

-- 
jk



More information about the Python-list mailing list