Live code reloading

Posted by scripto_gio@reddit | Python | View on Reddit | 4 comments

Do you think there’s a real need for an opensource python script/tool that lets you change code while python is still running, instead of stopping and restarting it?

I’m thinking about live runtime editing (hot patching), not just normal dev auto-reload.

Would this be genuinely useful, or too niche/risky?