Travis E. Oliphant wrote: >bblais wrote: > > >>In Python, there seems to be a couple ways of doing things. I could >>write it in one window, and from a Unix shell call >> python myscript.py >>and be like C++, but then I lose the interactiveness which makes >>prototyping easier. If I use the python shell, I can use import (and >>reload), or execfile perhaps. >> >> > >Try IPython. It makes the process of executing live code very productive. > >http://ipython.scipy.org > >-Travis > > I also strongly recommend IPython, it provide a lots of very amazing functionality and it is worth spending 1h- to learn it. Go to the website and have a look about the key features and I am very sure it will help you a lot!
BR Linsong -- http://mail.python.org/mailman/listinfo/python-list