News Score: Score the News, Sort the News, Rewrite the Headlines

GitHub - breuleux/jurigged: Hot reloading for Python

jurigged Jurigged lets you update your code while it runs. Using it is trivial: jurigged your_script.py Change some function or method with your favorite editor and save the file Jurigged will hot patch the new function into the running script Jurigged updates live code smartly: changing a function or method will fudge code pointers so that all existing instances are simultaneously modified to implement the new behavior. When modifying a module, only changed lines will be re-run. You can also op...

Read more at github.com

© News Score  score the news, sort the news, rewrite the headlines