a little help

Terry Reedy tjreedy at udel.edu
Thu Jan 5 01:32:01 EST 2012


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




More information about the Python-list mailing list