Development software
rusi
rustompmody at gmail.com
Mon May 2 22:04:49 EDT 2011
On May 2, 8:23 pm, Petey <efri... at gmail.com> wrote:
> Hi!
>
> I'm new to programming. I started with php earlier and I dropped it for Python.
> I use Eclipse+PyDev for python, html and css.
>
> Which programmes should I start using because they might be useful in the future?
> Which functions of eclipse are useful but unused/unnoticed by beginners.
>
> What do you use and why :) ?
Chris talked of a good make tool. Yes this is necessary for more 'in-
the-large' programming.
But for a beginner its very important to have tight development cycle
-- viz.
a. Write a function
b. Check the function
c. Change the definition
d. Check that
etc
with a minimum of keystrokes
If eclipse gives that its good...
For me its emacs with python-mode:
python in one window
python file in other
jump between the two with one keystroke.
Ive heard very good things about ipython (especially for
introspection) but not tried it extensively myself
More information about the Python-list
mailing list