<?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: Shankhesh-16</title>
    <description>The latest articles on DEV Community by Shankhesh-16 (@shankhesh16).</description>
    <link>https://dev.to/shankhesh16</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%2F424096%2F5ef43103-1caf-43a8-881d-969e81f0e981.png</url>
      <title>DEV Community: Shankhesh-16</title>
      <link>https://dev.to/shankhesh16</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shankhesh16"/>
    <language>en</language>
    <item>
      <title>Password generator in less than 15 lines of basic python code</title>
      <dc:creator>Shankhesh-16</dc:creator>
      <pubDate>Wed, 08 Jul 2020 10:22:33 +0000</pubDate>
      <link>https://dev.to/shankhesh16/password-generator-in-less-than-15-lines-of-basic-python-code-3bkn</link>
      <guid>https://dev.to/shankhesh16/password-generator-in-less-than-15-lines-of-basic-python-code-3bkn</guid>
      <description>&lt;p&gt;Hello everyone I've made a password generator in less than 15 lines of code. It is beginner friendly and anyone with basic knowledge of python can understand it very easily.&lt;/p&gt;

&lt;p&gt;Check my password generator on github here:&lt;br&gt;
&lt;a href="https://github.com/Shankhesh-16/Password-Generator.git"&gt;https://github.com/Shankhesh-16/Password-Generator.git&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Suggestions are always welcome.&lt;br&gt;
If you like it let me know in comments. &lt;/p&gt;

</description>
      <category>python</category>
      <category>beginners</category>
      <category>github</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Basic Credit Card Checker</title>
      <dc:creator>Shankhesh-16</dc:creator>
      <pubDate>Mon, 06 Jul 2020 11:00:50 +0000</pubDate>
      <link>https://dev.to/shankhesh16/basic-credit-card-checker-9oh</link>
      <guid>https://dev.to/shankhesh16/basic-credit-card-checker-9oh</guid>
      <description>&lt;p&gt;I've made a basic credit card checker using python. It is based oh luhn algorithm.&lt;br&gt;
Check the following image to understand how to check a credit card:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://codecademy-content.s3.amazonaws.com/PRO/independent-practice-projects/credit-card-checker/diagrams/cc+validator+diagram+1.svg"&gt;https://codecademy-content.s3.amazonaws.com/PRO/independent-practice-projects/credit-card-checker/diagrams/cc+validator+diagram+1.svg&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Though my checker can't say if the cc is alive or dead but it can validate if the number exist or not.&lt;/p&gt;

&lt;p&gt;Check my code here:&lt;br&gt;
&lt;a href="https://github.com/Shankhesh-16/Credit-Card-Checker"&gt;https://github.com/Shankhesh-16/Credit-Card-Checker&lt;/a&gt;&lt;/p&gt;

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