On 1/4/2012 7:29 PM, Andres Soto wrote:
As you explain me, Python behave like a compiled language: any time I make a change in the code, I have to "compile" it again, and re-run (and re-load the data).
While you are developing a program and expect to make changes, you can try working with a small subset of a large dataset, so reloading is not too painful.
-- Terry Jan Reedy -- http://mail.python.org/mailman/listinfo/python-list