<?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: Partha Pratim Deori</title>
    <description>The latest articles on DEV Community by Partha Pratim Deori (@parthadeori).</description>
    <link>https://dev.to/parthadeori</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%2F971363%2F27066fd9-2643-43af-919c-2328506fc86b.png</url>
      <title>DEV Community: Partha Pratim Deori</title>
      <link>https://dev.to/parthadeori</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/parthadeori"/>
    <language>en</language>
    <item>
      <title>2000 tags</title>
      <dc:creator>Partha Pratim Deori</dc:creator>
      <pubDate>Sat, 11 Oct 2025 20:15:47 +0000</pubDate>
      <link>https://dev.to/parthadeori/2000-tags-472n</link>
      <guid>https://dev.to/parthadeori/2000-tags-472n</guid>
      <description>&lt;p&gt;hello my dear friends&lt;/p&gt;

</description>
      <category>programming</category>
      <category>python</category>
      <category>learning</category>
      <category>coding</category>
    </item>
    <item>
      <title>1000 new ideas</title>
      <dc:creator>Partha Pratim Deori</dc:creator>
      <pubDate>Sat, 11 Oct 2025 19:45:00 +0000</pubDate>
      <link>https://dev.to/parthadeori/1000-new-ideas-36k4</link>
      <guid>https://dev.to/parthadeori/1000-new-ideas-36k4</guid>
      <description>&lt;p&gt;Hello my dear friends&lt;/p&gt;

</description>
      <category>coding</category>
      <category>programming</category>
    </item>
    <item>
      <title>100 new ideas</title>
      <dc:creator>Partha Pratim Deori</dc:creator>
      <pubDate>Sat, 11 Oct 2025 19:35:03 +0000</pubDate>
      <link>https://dev.to/parthadeori/100-new-ideas-4i77</link>
      <guid>https://dev.to/parthadeori/100-new-ideas-4i77</guid>
      <description>&lt;p&gt;this is a very good post&lt;/p&gt;

</description>
      <category>python</category>
      <category>coding</category>
      <category>programming</category>
      <category>learning</category>
    </item>
    <item>
      <title>7 Underrated Python Libraries You Should Try in 2025 🚀</title>
      <dc:creator>Partha Pratim Deori</dc:creator>
      <pubDate>Sat, 11 Oct 2025 17:16:06 +0000</pubDate>
      <link>https://dev.to/parthadeori/7-underrated-python-libraries-you-should-try-in-2025-494</link>
      <guid>https://dev.to/parthadeori/7-underrated-python-libraries-you-should-try-in-2025-494</guid>
      <description>&lt;p&gt;Python has thousands of libraries, but let’s be honest — most developers keep reaching for the same familiar ones: &lt;code&gt;requests&lt;/code&gt;, &lt;code&gt;pandas&lt;/code&gt;, &lt;code&gt;numpy&lt;/code&gt;, maybe &lt;code&gt;flask&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;But what about the hidden gems?&lt;br&gt;
In this post, I’ll share 7 underrated Python libraries that deserve a spot in your 2025 toolkit. These aren’t just “cool” — they’re practical, lightweight, and fun to use. Let’s dive in 👇&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Rich — Beautiful Console Output Without the Pain&lt;/strong&gt; 🎨&lt;br&gt;
📦 PyPI: &lt;code&gt;rich&lt;/code&gt;&lt;br&gt;
Tired of boring terminal outputs? &lt;code&gt;rich&lt;/code&gt; lets you add colors, tables, markdown, progress bars, and even syntax-highlighted code blocks — all in the console.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;pip install rich

from rich.console import Console
from rich.table import Table

console = Console()

table = Table(title="Underrated Python Libraries")
table.add_column("Name", style="cyan")
table.add_column("Use Case", style="magenta")

table.add_row("Rich", "Pretty terminal output")
table.add_row("Loguru", "Better logging")

console.print(table)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>python</category>
      <category>programming</category>
      <category>coding</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
