This is the adorable module ever!!
The missing element of Python – Advanced Hot Reloading
Details
Reloadium adds hot reloading also called “edit and continue” functionality to any Python application
Installing
Plugins for other IDEs are coming soon.
Reloadium can be also used as a standalone library by installing it manually with pip:
Using
Running python files:
Running modules:
reloadium run -m my_module
To apply your changes simply save a file
General Python Features
Reloadium will rerun current function when changed.
Developers get instant feedback whether the code is working or not.
Reloadium will handle errors during reloading function and let you fix mistakes.
Reloadium is capable of reloading files across the whole project.
Tweaking with settings could not be easier.
Django
Reloadium will hot reload views and refresh page on save.
Reloadium will rollback database changes to prevent creating unwanted objects after reloading current function.
Flask
Reloadium will hot reload flask apps and refresh page on save.
Changing content can be seen in real time making web development much smoother.
SqlAlchemy
Reloadium will rollback database changes to prevent creating unwanted objects after reloading current function.
Pandas
Reloadium hot reloads pandas objects.
Manipulating complex dataframes for data science could not be easier.
Read More
Share this on knowasiak.com to discuss with people on this topicSign up on Knowasiak.com now if you’re not registered yet.