<?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: iamjaydev</title>
    <description>The latest articles on DEV Community by iamjaydev (@iamjaydev).</description>
    <link>https://dev.to/iamjaydev</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%2F863030%2F0d1ecbcc-bd66-4ae6-8549-891d4fad5e30.png</url>
      <title>DEV Community: iamjaydev</title>
      <link>https://dev.to/iamjaydev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/iamjaydev"/>
    <language>en</language>
    <item>
      <title>[Basic] Python age calculator</title>
      <dc:creator>iamjaydev</dc:creator>
      <pubDate>Mon, 11 Jul 2022 12:10:41 +0000</pubDate>
      <link>https://dev.to/iamjaydev/basic-python-age-calculator-d0b</link>
      <guid>https://dev.to/iamjaydev/basic-python-age-calculator-d0b</guid>
      <description>&lt;p&gt;🙋‍♂️ Hey there!&lt;br&gt;
I hope you are doing well.&lt;/p&gt;

&lt;p&gt;Here, I'm sharing the knowledge I gained from creating basic python projects for beginners.&lt;/p&gt;

&lt;p&gt;After all &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"The best way to learn things is getting hands dirty!"&lt;br&gt;
😃 &lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;Show me the code:&lt;/strong&gt; &lt;a href="https://github.com/iamjaydev/python_age_calculator" rel="noopener noreferrer"&gt;python basic project with source code&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1) What I Built&lt;/strong&gt;&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%2F49mni7fve51t77h0ehz2.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%2F49mni7fve51t77h0ehz2.png" alt="Python age calculator" width="800" height="419"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Reusable Choices loop&lt;/li&gt;
&lt;li&gt;Simple Age input with format validation (dd-mm-yyyy)&lt;/li&gt;
&lt;li&gt;Age calculation logic to calculate age in various units&lt;/li&gt;
&lt;li&gt;Print Age Calculation data&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;2) How I Built&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Whole calculation logic is separate from UX&lt;/li&gt;
&lt;li&gt;Code split is managed through a reusable manner

&lt;ul&gt;
&lt;li&gt;Common Logic is separate from app-specific logic&lt;/li&gt;
&lt;li&gt;Logic is written in separate reusable function chunks&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;br&gt;
As per I believe, this blog post is helpful to those who are looking for python project ideas for beginners.&lt;/p&gt;

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