<?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: What is the best way to share Python scripts with non-python users? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/what-is-the-best-way-to-share-python-scripts-with/m-p/621634#M48386</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If they are unwilling or unable to install python... then they won't have Jupyter notebook access in any event.&amp;nbsp; That would also preclude them from having ArcMap or Pro installed as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, assuming they have ArcMap and/or Pro installed... a prepackaged project with the necessary toolbox and its associated script staring them in the face upon opening is the best bet as suggested by Micah and Jonathan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even talking about a GP service is going to make many people's eyes glaze over, so keep it simple in the first instance, then progress from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Worse case scenario, they will get stuck on unzipping what you send them. &amp;nbsp; Good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 30 Jul 2017 03:11:52 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2017-07-30T03:11:52Z</dc:date>
    <item>
      <title>What is the best way to share Python scripts with non-python users?</title>
      <link>https://community.esri.com/t5/python-questions/what-is-the-best-way-to-share-python-scripts-with/m-p/621628#M48380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I recently tried to share a Python Script with a non-python user but they were unwilling or not permitted to install python. &amp;nbsp;I tried py2exe but that did not work. &amp;nbsp;What is the best way to share a python script with a non-python / non-GIS user? &amp;nbsp;I have read a bit about Jupyter Notebook and I have proposed an "Idea" on GeoNet for ESRI to &lt;A _jive_internal="true" href="https://community.esri.com/ideas/13748-provide-hosted-jupyter-notebooks-in-arcgis-online"&gt;provide a Jupyter Notebook server within ArcGIS Online&lt;/A&gt;. &amp;nbsp;But I wonder if this is the best solution. &amp;nbsp;Is there an easier way to share python scripts that will allow non-python / non_GIS users to execute the scripts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jul 2017 14:29:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-is-the-best-way-to-share-python-scripts-with/m-p/621628#M48380</guid>
      <dc:creator>berniejconnors</dc:creator>
      <dc:date>2017-07-28T14:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to share Python scripts with non-python users?</title>
      <link>https://community.esri.com/t5/python-questions/what-is-the-best-way-to-share-python-scripts-with/m-p/621629#M48381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your own question refers to these folks as "non-Python / non-GIS" users, so it begs the question of why you want to share Python code with them if they won't understand it and won't know what to do with it, even if they could install Python.&amp;nbsp; I am wondering if there is a better format for sharing information with these users than Python code in the first place.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jul 2017 14:38:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-is-the-best-way-to-share-python-scripts-with/m-p/621629#M48381</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2017-07-28T14:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to share Python scripts with non-python users?</title>
      <link>https://community.esri.com/t5/python-questions/what-is-the-best-way-to-share-python-scripts-with/m-p/621630#M48382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joshua - what I am looking for is a way to package and share my python scripts so others can make use of it. &amp;nbsp;I created a simple script that will extract a polygon from one of our map services and create a GPX file. &amp;nbsp;If there was a simple way to execute the script that did not require the end-user to install and configure python my script could be used by many more people. &amp;nbsp;All they would have to do is provide the pertinent polygon ID to get the GPX file they require.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jul 2017 14:56:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-is-the-best-way-to-share-python-scripts-with/m-p/621630#M48382</guid>
      <dc:creator>berniejconnors</dc:creator>
      <dc:date>2017-07-28T14:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to share Python scripts with non-python users?</title>
      <link>https://community.esri.com/t5/python-questions/what-is-the-best-way-to-share-python-scripts-with/m-p/621631#M48383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I recommend a custom script tool, if they have ArcGIS Desktop. Otherwise a GP service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.3/analyze/creating-tools/a-quick-tour-of-creating-script-tools.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/analyze/creating-tools/a-quick-tour-of-creating-script-tools.htm"&gt;What is a script tool?—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jul 2017 15:21:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-is-the-best-way-to-share-python-scripts-with/m-p/621631#M48383</guid>
      <dc:creator>MicahBabinski</dc:creator>
      <dc:date>2017-07-28T15:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to share Python scripts with non-python users?</title>
      <link>https://community.esri.com/t5/python-questions/what-is-the-best-way-to-share-python-scripts-with/m-p/621632#M48384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A web application running a GP service like &lt;A href="https://community.esri.com/migrated-users/36357"&gt;Micah Babinski&lt;/A&gt;‌ could be a good approach. &amp;nbsp;For example, the &lt;A href="http://server.arcgis.com/en/server/latest/publish-services/windows/gp-service-example-clip-and-ship.htm"&gt;Clip and Ship&lt;/A&gt;&amp;nbsp;tool can be used within a widget in a web application like the Web Application Builder in Portal or AGOL. &amp;nbsp;A user would access the web app, run the widget to extract the data based on an AOI, and a zip file of the data would be returned to them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jul 2017 18:44:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-is-the-best-way-to-share-python-scripts-with/m-p/621632#M48384</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2017-07-28T18:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to share Python scripts with non-python users?</title>
      <link>https://community.esri.com/t5/python-questions/what-is-the-best-way-to-share-python-scripts-with/m-p/621633#M48385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I' m not sure if this works for you, but you could always use something like this: notebooks.esri.com&amp;nbsp;it stands up a temporary notebook with the Python API. You can save a Jupyter .ipynb file and the user can open that file in a temporary server. These servers don't have arcpy, they just have the Python API.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Jul 2017 23:27:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-is-the-best-way-to-share-python-scripts-with/m-p/621633#M48385</guid>
      <dc:creator>darao_beirne</dc:creator>
      <dc:date>2017-07-29T23:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to share Python scripts with non-python users?</title>
      <link>https://community.esri.com/t5/python-questions/what-is-the-best-way-to-share-python-scripts-with/m-p/621634#M48386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If they are unwilling or unable to install python... then they won't have Jupyter notebook access in any event.&amp;nbsp; That would also preclude them from having ArcMap or Pro installed as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, assuming they have ArcMap and/or Pro installed... a prepackaged project with the necessary toolbox and its associated script staring them in the face upon opening is the best bet as suggested by Micah and Jonathan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even talking about a GP service is going to make many people's eyes glaze over, so keep it simple in the first instance, then progress from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Worse case scenario, they will get stuck on unzipping what you send them. &amp;nbsp; Good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Jul 2017 03:11:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-is-the-best-way-to-share-python-scripts-with/m-p/621634#M48386</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-07-30T03:11:52Z</dc:date>
    </item>
  </channel>
</rss>

