looking for Python live code reloading IDEs

G

George Oliver

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.
 
M

Mike Driscoll

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/
 
C

Cameron Simpson

| > 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.

CherrypPy too.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top