<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: shivvvvv</title>
    <description>The latest articles on DEV Community by shivvvvv (@shivvv).</description>
    <link>https://dev.to/shivvv</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3886999%2Fb4bede79-e3fc-495d-8001-4c291685cc75.png</url>
      <title>DEV Community: shivvvvv</title>
      <link>https://dev.to/shivvv</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shivvv"/>
    <language>en</language>
    <item>
      <title>Stop Losing Python Progress After Crashes (Simple Solution)</title>
      <dc:creator>shivvvvv</dc:creator>
      <pubDate>Sun, 19 Apr 2026 06:52:21 +0000</pubDate>
      <link>https://dev.to/shivvv/stop-losing-python-progress-after-crashes-simple-solution-11mg</link>
      <guid>https://dev.to/shivvv/stop-losing-python-progress-after-crashes-simple-solution-11mg</guid>
      <description>&lt;p&gt;If you run long Python jobs, you’ve probably faced this:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;script crashes&lt;/li&gt;
&lt;li&gt;session disconnects&lt;/li&gt;
&lt;li&gt;everything is lost&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Restarting from zero is frustrating.&lt;/p&gt;

&lt;p&gt;I built a small library to solve this:&lt;/p&gt;

&lt;p&gt;pip install loopz&lt;/p&gt;

&lt;p&gt;It automatically checkpoints loop progress and resumes after a crash.&lt;/p&gt;

&lt;p&gt;Works well for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;ML training&lt;/li&gt;
&lt;li&gt;data pipelines&lt;/li&gt;
&lt;li&gt;scraping&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Simple idea, but very useful in practice.&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fslvmxdcyvdbxpn9b61l8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fslvmxdcyvdbxpn9b61l8.png" alt=" " width="582" height="267"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>productivity</category>
      <category>python</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
