<?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: Python Dose</title>
    <description>The latest articles on DEV Community by Python Dose (@pythondose).</description>
    <link>https://dev.to/pythondose</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F926958%2F7487927c-f2fe-44e5-91b1-9cd4c0402c35.jpg</url>
      <title>DEV Community: Python Dose</title>
      <link>https://dev.to/pythondose</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pythondose"/>
    <language>en</language>
    <item>
      <title>Python Project : File Storage API</title>
      <dc:creator>Python Dose</dc:creator>
      <pubDate>Thu, 22 Sep 2022 01:39:12 +0000</pubDate>
      <link>https://dev.to/pythondose/python-project-file-storage-api-560g</link>
      <guid>https://dev.to/pythondose/python-project-file-storage-api-560g</guid>
      <description>&lt;p&gt;&lt;a href="http://www.youtube.com/watch?v=H2eiYx2Z4Ag"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ip97P2pQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/697zu01izg2dmuhir6ya.png" alt="Python file uploader" width="880" height="512"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>beginners</category>
      <category>python</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Python Random Password Generator</title>
      <dc:creator>Python Dose</dc:creator>
      <pubDate>Wed, 21 Sep 2022 10:56:12 +0000</pubDate>
      <link>https://dev.to/pythondose/python-random-password-generator-2e5l</link>
      <guid>https://dev.to/pythondose/python-random-password-generator-2e5l</guid>
      <description>&lt;p&gt;Hey there, In this short article, I will show you how you can create a simple &lt;a href="https://www.alixaprodev.com/2022/09/python-project-random-password-generator.html"&gt;password Generator with Python&lt;/a&gt;. Of course, this is just a python script that will generate a random password.&lt;/p&gt;

&lt;p&gt;To create a &lt;strong&gt;random password Generator&lt;/strong&gt; Follow these steps&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Import random module&lt;/li&gt;
&lt;li&gt;import python string module&lt;/li&gt;
&lt;li&gt;create total characters&lt;/li&gt;
&lt;li&gt;Define the length of the password&lt;/li&gt;
&lt;li&gt;Join the password with Empty String&lt;/li&gt;
&lt;li&gt;See the Random Password Generator and Other Python Projects Here.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Wmq_qSFc--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/nls62g79klfbgcykpwmt.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Wmq_qSFc--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/nls62g79klfbgcykpwmt.png" alt="Python code for random password generrator" width="880" height="459"&gt;&lt;/a&gt;&lt;/p&gt;

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