If you run long Python jobs, you’ve probably faced this:
- script crashes
- session disconnects
- everything is lost
Restarting from zero is frustrating.
I built a small library to solve this:
pip install loopz
It automatically checkpoints loop progress and resumes after a crash.
Works well for:
- ML training
- data pipelines
- scraping

Top comments (0)