<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to Create Shared Python Library in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/how-to-create-shared-python-library/m-p/222216#M17151</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Blake! How/where do you store the modules so everyone has access to them?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Feb 2020 15:58:51 GMT</pubDate>
    <dc:creator>MarianneCardwell</dc:creator>
    <dc:date>2020-02-26T15:58:51Z</dc:date>
    <item>
      <title>How to Create Shared Python Library</title>
      <link>https://community.esri.com/t5/python-questions/how-to-create-shared-python-library/m-p/222214#M17149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been a C#/ArcObjects developer most of my career and am finally starting to switch to Python and ArcPy, so I'm still fairly new to that world. I'm creating a bunch of tools that are used by multiple people. Is there a way for me to create a library of common functions that my geoprocessing tools can call? If so, how can I make sure that my users will have the necessary files on their computers? We store our toolboxes and scripts on the network, in case that makes a difference.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2020 19:53:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-create-shared-python-library/m-p/222214#M17149</guid>
      <dc:creator>MarianneCardwell</dc:creator>
      <dc:date>2020-02-25T19:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Shared Python Library</title>
      <link>https://community.esri.com/t5/python-questions/how-to-create-shared-python-library/m-p/222215#M17150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can indeed create your own modules and import them just like you do with the built-in modules.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.programiz.com/python-programming/modules" title="https://www.programiz.com/python-programming/modules"&gt;Python Modules: Learn to Create and Import Custom and Built-in Modules&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The location of the file needs to be in the &lt;A href="https://docs.python.org/2/tutorial/modules.html#the-module-search-path"&gt;module search path&lt;/A&gt; if the computer's Python environment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2020 15:55:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-create-shared-python-library/m-p/222215#M17150</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2020-02-26T15:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Shared Python Library</title>
      <link>https://community.esri.com/t5/python-questions/how-to-create-shared-python-library/m-p/222216#M17151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Blake! How/where do you store the modules so everyone has access to them?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2020 15:58:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-create-shared-python-library/m-p/222216#M17151</guid>
      <dc:creator>MarianneCardwell</dc:creator>
      <dc:date>2020-02-26T15:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Shared Python Library</title>
      <link>https://community.esri.com/t5/python-questions/how-to-create-shared-python-library/m-p/222217#M17152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's an article that goes a little more in-depth on how to save the files so they can be imported.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://stackabuse.com/python-modules-creating-importing-and-sharing/#usingamodule" title="https://stackabuse.com/python-modules-creating-importing-and-sharing/#usingamodule"&gt;https://stackabuse.com/python-modules-creating-importing-and-sharing/#usingamodule&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2020 16:54:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-create-shared-python-library/m-p/222217#M17152</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2020-02-26T16:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Shared Python Library</title>
      <link>https://community.esri.com/t5/python-questions/how-to-create-shared-python-library/m-p/222218#M17153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much, Blake, this is perfect!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2020 16:58:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-create-shared-python-library/m-p/222218#M17153</guid>
      <dc:creator>MarianneCardwell</dc:creator>
      <dc:date>2020-02-26T16:58:57Z</dc:date>
    </item>
  </channel>
</rss>

