looking for Python live code reloading IDEs

Mike Driscoll kyosohma at gmail.com
Fri Jan 22 16:19:43 EST 2010


On Jan 22, 3:16 am, George Oliver <georgeolive... at gmail.com> wrote:
> hi, I'm wondering if there are any Python programming environments
> that enable live code reloading, for example something like the Scheme-
> based impromptu (but also meant for any kind of Python program, not
> just audio/visual generation).
>
> Currently I do this directly in my editor (for game development), but
> I'm curious if there are other options.

Maybe you could get an idea from TurboGears or Django. They seem to
reload their environments when a file is saved.

-------------------
Mike Driscoll

Blog:   http://blog.pythonlibrary.org

PyCon 2010 Atlanta Feb 19-21      http://us.pycon.org/



More information about the Python-list mailing list