<?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: python versions in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/python-versions/m-p/224605#M17332</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad it helps.&amp;nbsp; There are loads of other links that I have in my blog that may be of interest with respect to pythonic things and Pro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/blogs/dan_patterson/2016/05/09/the-links"&gt;/blogs/dan_patterson/2016/05/09/the-links&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/blogs/dan_patterson/2018/12/28/clone"&gt;/blogs/dan_patterson/2018/12/28/clone&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/blogs/dan_patterson/2018/12/13/spyder"&gt;/blogs/dan_patterson/2018/12/13/spyder&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/blogs/dan_patterson/2017/07/01/arcgis-pro-2-creating-desktop-shortcuts"&gt;/blogs/dan_patterson/2017/07/01/arcgis-pro-2-creating-desktop-shortcuts&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;a few of the more immediate ones&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 May 2019 20:55:57 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2019-05-13T20:55:57Z</dc:date>
    <item>
      <title>python versions</title>
      <link>https://community.esri.com/t5/python-questions/python-versions/m-p/224602#M17329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have several nightly .py geoprocesing scripts running on a dedicated scripting server via scheduled tasks.&amp;nbsp; These scripts are all written in Python version 2.x.&amp;nbsp; Only ArcGIS Desktop 10.5.1/Python 2.7.13 are currently installed on this server.&amp;nbsp; We are considering installing ArcGIS Pro 2.3.2 on this machine as well because users are beginning to develop scripts in Python 3.x.&amp;nbsp; A couple questions:&lt;BR /&gt; &lt;BR /&gt; 1) Will installing Pro interfere with the existing Python 2.x scripts?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;2) How will Python 3.x scripts run correctly?&amp;nbsp; As&amp;nbsp;scripts always start simply with ‘import arcpy’, do all scripts need to be modified to point to the specific 2 or 3 .exe?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2019 13:21:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-versions/m-p/224602#M17329</guid>
      <dc:creator>JustinWolff</dc:creator>
      <dc:date>2019-05-13T13:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: python versions</title>
      <link>https://community.esri.com/t5/python-questions/python-versions/m-p/224603#M17330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Justin, have you read any of this?&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/main/arcgis-pro-arcpy-reference.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/main/arcgis-pro-arcpy-reference.htm"&gt;ArcGIS Pro Python reference—ArcGIS Pro | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/get-started/python-migration-for-arcgis-pro.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/get-started/python-migration-for-arcgis-pro.htm"&gt;Python migration from 10.x to ArcGIS Pro—ArcPy Get Started | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/get-started/installing-python-for-arcgis-pro.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/get-started/installing-python-for-arcgis-pro.htm"&gt;Python in ArcGIS Pro—ArcPy Get Started | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;basics are covered and references to migration needs and such things as scheduled tasks.&lt;/P&gt;&lt;P&gt;If set up properly, python 3 runs through Pro's anaconda distribution of python, so there is nothing else needed to install, you just need to envoke the proper version of python if you are still having to use both arcmap and ArcGIS Pro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2019 14:04:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-versions/m-p/224603#M17330</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-05-13T14:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: python versions</title>
      <link>https://community.esri.com/t5/python-questions/python-versions/m-p/224604#M17331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan.&amp;nbsp; No, I haven't read those but will get to them this afternoon.&amp;nbsp; I'm marking this as Correct since this is likely the kind of info we're looking for.&amp;nbsp; We just haven't messed with Pro with regards to any of our automated scripting yet and are hesitant because we don't want to break anything.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2019 17:01:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-versions/m-p/224604#M17331</guid>
      <dc:creator>JustinWolff</dc:creator>
      <dc:date>2019-05-13T17:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: python versions</title>
      <link>https://community.esri.com/t5/python-questions/python-versions/m-p/224605#M17332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad it helps.&amp;nbsp; There are loads of other links that I have in my blog that may be of interest with respect to pythonic things and Pro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/blogs/dan_patterson/2016/05/09/the-links"&gt;/blogs/dan_patterson/2016/05/09/the-links&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/blogs/dan_patterson/2018/12/28/clone"&gt;/blogs/dan_patterson/2018/12/28/clone&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/blogs/dan_patterson/2018/12/13/spyder"&gt;/blogs/dan_patterson/2018/12/13/spyder&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/blogs/dan_patterson/2017/07/01/arcgis-pro-2-creating-desktop-shortcuts"&gt;/blogs/dan_patterson/2017/07/01/arcgis-pro-2-creating-desktop-shortcuts&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;a few of the more immediate ones&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2019 20:55:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-versions/m-p/224605#M17332</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-05-13T20:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: python versions</title>
      <link>https://community.esri.com/t5/python-questions/python-versions/m-p/224606#M17333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you thought about building a new server maybe with an upgraded Windows Server version to keep Pro python scripts separate to minimize risk of script disruption?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2019 21:42:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-versions/m-p/224606#M17333</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2019-05-13T21:42:24Z</dc:date>
    </item>
  </channel>
</rss>

