python vs java eclipse

Sells, Fred fred at adventistcare.org
Sat Dec 2 22:26:03 EST 2006


If you're in the PyDev perspective, F9 runs the current script while
ctrl-F11 reruns the last script run.  I have found that certain types of
operations just plain don't work this way and must be run from a
conventional shell window.

-----Original Message-----
From: python-list-bounces+frsells=adventistcare.org at python.org
[mailto:python-list-bounces+frsells=adventistcare.org at python.org]On
Behalf Of krishnakant Mane
Sent: Friday, December 01, 2006 6:19 AM
To: python-list at python.org
Subject: Re: python vs java eclipse


just used the py dev plugin for eclipse.
it is great.
auto indentation and intellisence.
and all other things.
so now how does it look from this end?
python + productivity and eclipse + productivity = double productivity!
only problem with the plugin is that I find it difficult to manage the
script running.
I open a command prompt and run the scripts manually.
any suggestion for this.
for example I had name = raw_input("please enter your name") and the
moment I type the first letter on the keyboard the code execution
moves over to the next statement.  should it not wait for the return
key as it always does?
Krishnakant.
-- 
http://mail.python.org/mailman/listinfo/python-list



More information about the Python-list mailing list