DEV Community

Damian Krystkiewicz
Damian Krystkiewicz

Posted on

Reloadium - Hot Reloading for Python

Wouldn't it be amazing to change, fix or tweak your code during debugging?

Image description

Hot reloading can be a major productivity improvement and somehow Python being a very dynamic and popular language lacks hot reloading capabilities.

That is why I have created Reloadium - advanced hot reloading tool which integrates seamlessly with most popular Python libraries like Django, Flask or Pandas or IDEs like PyCharm out of the box.

More details how to use it here: https://github.com/reloadware/reloadium

If you are a PyCharm user you might want to try the Reloadium plugin which is available on PyCharm marketplace or here https://plugins.jetbrains.com/plugin/18509-reloadium

Top comments (0)