<?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: iqbalerani</title>
    <description>The latest articles on DEV Community by iqbalerani (@iqbalerani).</description>
    <link>https://dev.to/iqbalerani</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%2F470698%2Fd426e567-534c-4458-bfb2-0760881e5902.png</url>
      <title>DEV Community: iqbalerani</title>
      <link>https://dev.to/iqbalerani</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/iqbalerani"/>
    <language>en</language>
    <item>
      <title>Python Best Practises</title>
      <dc:creator>iqbalerani</dc:creator>
      <pubDate>Wed, 03 Mar 2021 20:20:21 +0000</pubDate>
      <link>https://dev.to/iqbalerani/python-best-practises-29d1</link>
      <guid>https://dev.to/iqbalerani/python-best-practises-29d1</guid>
      <description>&lt;p&gt;Writing code and knowing the best practices is very important for any developer. Therefore, from the internet, I have managed to gather great concise information which all developers should adhere to while writing great codes with python; &lt;br&gt;
Let's have a look at all the good practices:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Create a Code Repository and Implement Version Control&lt;/li&gt;
&lt;li&gt;Create Readable Documentation with Markdown, reStructuredText, Sphinx, or docstrings.&lt;/li&gt;
&lt;li&gt;Follow Style Guidelines (Python Enhancement Proposals - PEP8)&lt;/li&gt;
&lt;li&gt;zero defects methodology - always corrects bugs and defects before proceeding.&lt;/li&gt;
&lt;li&gt;Use the PyPI Instead of Doing it Yourself&lt;/li&gt;
&lt;li&gt;Use Virtual Environments&lt;/li&gt;
&lt;li&gt;Use the Right Data Structures&lt;/li&gt;
&lt;/ol&gt;

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