<?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: Nicolas Castaño</title>
    <description>The latest articles on DEV Community by Nicolas Castaño (@ncx).</description>
    <link>https://dev.to/ncx</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%2F3957257%2F26479ac0-3281-420c-aa31-7637f100075e.jpg</url>
      <title>DEV Community: Nicolas Castaño</title>
      <link>https://dev.to/ncx</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ncx"/>
    <language>en</language>
    <item>
      <title># I Created a Python Math Library: Matekit 🚀</title>
      <dc:creator>Nicolas Castaño</dc:creator>
      <pubDate>Thu, 28 May 2026 20:02:27 +0000</pubDate>
      <link>https://dev.to/ncx/-i-created-a-python-math-library-matekit-4ckh</link>
      <guid>https://dev.to/ncx/-i-created-a-python-math-library-matekit-4ckh</guid>
      <description>&lt;p&gt;Hi everyone 👋&lt;/p&gt;

&lt;p&gt;I recently created &lt;strong&gt;Matekit&lt;/strong&gt;, a modern Python mathematics library focused on making math tools simple and beginner-friendly.&lt;/p&gt;

&lt;p&gt;It includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Basic math operations&lt;/li&gt;
&lt;li&gt;Algebra utilities&lt;/li&gt;
&lt;li&gt;Geometry formulas&lt;/li&gt;
&lt;li&gt;Statistics functions&lt;/li&gt;
&lt;li&gt;Matrix operations&lt;/li&gt;
&lt;li&gt;Graphing with Matplotlib&lt;/li&gt;
&lt;li&gt;Unit converters&lt;/li&gt;
&lt;li&gt;Random generators&lt;/li&gt;
&lt;li&gt;CLI support&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Example:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight python"&gt;&lt;code&gt;&lt;span class="kn"&gt;from&lt;/span&gt; &lt;span class="n"&gt;matekit&lt;/span&gt; &lt;span class="kn"&gt;import&lt;/span&gt; &lt;span class="n"&gt;suma&lt;/span&gt;

&lt;span class="nf"&gt;print&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nf"&gt;suma&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="mi"&gt;5&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="mi"&gt;3&lt;/span&gt;&lt;span class="p"&gt;))&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Install:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;pip &lt;span class="nb"&gt;install &lt;/span&gt;matekit
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Update:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;pip &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="nt"&gt;--upgrade&lt;/span&gt; matekit
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;My goal is to build an easy and powerful open-source toolkit for students, developers, and anyone working with mathematics in Python.&lt;/p&gt;

&lt;p&gt;Feedback and ideas are welcome 🚀&lt;/p&gt;

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