<?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: Ram</title>
    <description>The latest articles on DEV Community by Ram (@ram_murthy5).</description>
    <link>https://dev.to/ram_murthy5</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%2F456774%2Fbb0e32ff-58fd-4695-8bf3-c74b10db6100.jpg</url>
      <title>DEV Community: Ram</title>
      <link>https://dev.to/ram_murthy5</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ram_murthy5"/>
    <language>en</language>
    <item>
      <title>Better handle common imports across Python modules in an application</title>
      <dc:creator>Ram</dc:creator>
      <pubDate>Sat, 12 Sep 2020 01:38:55 +0000</pubDate>
      <link>https://dev.to/ram_murthy5/better-handle-common-imports-across-python-modules-in-an-application-5k9</link>
      <guid>https://dev.to/ram_murthy5/better-handle-common-imports-across-python-modules-in-an-application-5k9</guid>
      <description>&lt;p&gt;I am reaching out to get help on some best practices to handle common imports which is making import section ugly with lot of lines of code. &lt;/p&gt;

&lt;p&gt;For instance, I have a python application suite with lot of modules with different directories (like utility, connectionprovider, configuration, datascience, etc). &lt;br&gt;
I would use logging, os, json, dateutil, shutil and few other common standard libraries which are necessary in many modules. How can I avoid importing them in every single module, and rather have it in some place where its applicable for the entire directory or group of files. &lt;/p&gt;

&lt;p&gt;Please help me with that!&lt;/p&gt;

</description>
      <category>python</category>
      <category>discuss</category>
      <category>help</category>
    </item>
    <item>
      <title>what are your biggest challenges (problems) in actual project work and solved?</title>
      <dc:creator>Ram</dc:creator>
      <pubDate>Sat, 22 Aug 2020 16:02:05 +0000</pubDate>
      <link>https://dev.to/ram_murthy5/what-are-your-biggest-challenges-problems-in-actual-project-work-and-solved-49bf</link>
      <guid>https://dev.to/ram_murthy5/what-are-your-biggest-challenges-problems-in-actual-project-work-and-solved-49bf</guid>
      <description>&lt;p&gt;I'd love to hear biggest challenges (problems) you have had in your project work, and how did you solve it. Good day, Devs!!!&lt;/p&gt;

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