<?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: Wahib Mzali</title>
    <description>The latest articles on DEV Community by Wahib Mzali (@whm08).</description>
    <link>https://dev.to/whm08</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%2F3660061%2F6ad18658-b726-4564-ac34-8cbe3a5d03ba.jpg</url>
      <title>DEV Community: Wahib Mzali</title>
      <link>https://dev.to/whm08</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/whm08"/>
    <language>en</language>
    <item>
      <title>DeepCSIM: Detect Duplicate and Similar Code Across Your Python Project</title>
      <dc:creator>Wahib Mzali</dc:creator>
      <pubDate>Sat, 13 Dec 2025 13:53:27 +0000</pubDate>
      <link>https://dev.to/whm08/deepcsim-detect-duplicate-and-similar-code-across-your-python-project-40cg</link>
      <guid>https://dev.to/whm08/deepcsim-detect-duplicate-and-similar-code-across-your-python-project-40cg</guid>
      <description>&lt;p&gt;i everyone, I just released DeepCSIM, a Python library and CLI tool for detecting code similarity using AST analysis.&lt;/p&gt;

&lt;p&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%2Feh2r73rhloye8u10e6mx.gif" 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%2Feh2r73rhloye8u10e6mx.gif" alt=" " width="760" height="403"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It helps with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Finding duplicate code&lt;/li&gt;
&lt;li&gt;Detecting similar code across different files&lt;/li&gt;
&lt;li&gt;Helping you refactor your own code by spotting repeated patterns&lt;/li&gt;
&lt;li&gt;Enforcing the DRY (Don’t Repeat Yourself) principle across multiple files&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Why use DeepCSIM over IDE tools?&lt;/strong&gt;&lt;br&gt;
IDEs can detect duplicates, but often you have to inspect each file manually.&lt;/p&gt;

&lt;p&gt;DeepCSIM scans the entire project at once, revealing hidden structural similarities quickly and accurately.&lt;br&gt;
&lt;a href="https://github.com/whm04/deepcsim" rel="noopener noreferrer"&gt;Code Source&lt;/a&gt;&lt;/p&gt;

</description>
      <category>programming</category>
      <category>python</category>
      <category>tooling</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
