<?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: bastianrecr</title>
    <description>The latest articles on DEV Community by bastianrecr (@bastianrecr).</description>
    <link>https://dev.to/bastianrecr</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%2F1234887%2Fcb3270c5-9c23-49e7-9ac0-acb2b1797f53.png</url>
      <title>DEV Community: bastianrecr</title>
      <link>https://dev.to/bastianrecr</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bastianrecr"/>
    <language>en</language>
    <item>
      <title>Creating a Financial Math Calculator</title>
      <dc:creator>bastianrecr</dc:creator>
      <pubDate>Sat, 16 Dec 2023 14:56:07 +0000</pubDate>
      <link>https://dev.to/bastianrecr/creating-a-financial-math-calculator-227k</link>
      <guid>https://dev.to/bastianrecr/creating-a-financial-math-calculator-227k</guid>
      <description>&lt;p&gt;Since I love Financial Math and investing, I thought about creating a program that would help me in the near future to make my calculations without having to do them manually with pen and paper as I usually like to do them. I know there are a lot of programs out there that help you calculate things like interest, account worth, periods, etcetera. I wanted to create something that is more descriptive and user-friendly avoiding as much financial jargon as possible and guiding the user through the calculations. So far what I accomplished now is a fully functional calculator that provides you with the account worth after a given number of years investing a certain amount at an interest rate compounded every 'n' periods. In the future, I am planning to give it more functionality like calculating the number of years it will take to reach a certain amount in your account or calculating how much you would need to invest to obtain a certain amount of money. &lt;/p&gt;

&lt;p&gt;Here is an example of what it does for now and the link to my project in GitHub:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--48CbGd96--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/8w2p5eos88f1ocmi2c3q.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--48CbGd96--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/8w2p5eos88f1ocmi2c3q.png" alt="Image description" width="800" height="263"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/bastianrecr/financial_calculator"&gt;https://github.com/bastianrecr/financial_calculator&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I will keep you posted about new features added :).&lt;/p&gt;

&lt;p&gt;Sebastian&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>python</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
