<?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: arcmap 10.5 python version ??? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307676#M23943</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pardon my typo but here's the result from my ArcGIS 10.5 install:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/284197_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Dec 2016 21:49:33 GMT</pubDate>
    <dc:creator>Robert_LeClair</dc:creator>
    <dc:date>2016-12-15T21:49:33Z</dc:date>
    <item>
      <title>arcmap 10.5 python version ???</title>
      <link>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307669#M23936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rumours abound... no confirmation by anyone... so if you have installed 10.5 (pre-release, release, future-wear, whatever), can you confirm the version of&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;python&lt;/LI&gt;&lt;LI&gt;numpy&lt;/LI&gt;&lt;LI&gt;scipy&lt;/LI&gt;&lt;LI&gt;matplotlib&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Are there any new packages installed that you know of in the site-packages folder?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to waste my time anymore maintaining older versions of python and backporting functionality from 3 to 2.. I am beginning to know what a Cobol programmer felt like in Y2K.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also presume they didn't go the Conda route as they did with Pro. &amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a reason for this? &amp;nbsp;Why the separation of development in Map and Pro?&lt;/P&gt;&lt;P&gt;Does anyone know anyone with any insight into world of python and its kin and when there will be some unification of the family.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 19:18:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307669#M23936</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-12-15T19:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: arcmap 10.5 python version ???</title>
      <link>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307670#M23937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Prerelease was still 2.7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit...or should I say, still installed in the Python27 folder&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/284096_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 19:22:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307670#M23937</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-12-15T19:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: arcmap 10.5 python version ???</title>
      <link>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307671#M23938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you said pre-release is still installed there... so there is hope&lt;/P&gt;&lt;P&gt;what about&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; numpy &lt;SPAN class="keyword token"&gt;as&lt;/SPAN&gt; np
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; np&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;version&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;version
??????? &lt;SPAN class="comment token"&gt;# faint hope that it is higher than my iPad&lt;/SPAN&gt;
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; &lt;SPAN class="comment token"&gt;# ---- or ----&lt;/SPAN&gt;
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; matplotlib &lt;SPAN class="keyword token"&gt;as&lt;/SPAN&gt; mpl
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; mpl&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;__version__
???????&amp;nbsp; &lt;SPAN class="comment token"&gt;# ditto&lt;/SPAN&gt;
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; &lt;SPAN class="comment token"&gt;# ---- repeat for scipy etc&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 14:43:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307671#M23938</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-11T14:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: arcmap 10.5 python version ???</title>
      <link>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307672#M23939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;again, for pre-release 10.5&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; import numpy as np&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; np.version.version&lt;BR /&gt;'1.9.2'&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; import matplotlib as mp1&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; mp1.__version__&lt;BR /&gt;'1.4.3'&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; import scipy as spy&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; spy.version.version&lt;BR /&gt;'0.15.1'&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 19:50:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307672#M23939</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-12-15T19:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: arcmap 10.5 python version ???</title>
      <link>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307673#M23940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tied with the iPad (except don't use scipy on it)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 20:29:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307673#M23940</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-12-15T20:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: arcmap 10.5 python version ???</title>
      <link>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307674#M23941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;...guess I should have mentioned that that was done in the ArcCatalog python window, if that makes a difference for you.&amp;nbsp; I just use what they give me, and a few other modules I need for specific programs/tools I write.&amp;nbsp; I'm not a python module explorer like you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 20:33:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307674#M23941</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-12-15T20:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: arcmap 10.5 python version ???</title>
      <link>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307675#M23942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They did change the version between PreRelease and Release, just not the version change you wanted. &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/284196_Capture1.PNG" style="width: 620px; height: 471px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 21:45:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307675#M23942</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2016-12-15T21:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: arcmap 10.5 python version ???</title>
      <link>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307676#M23943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pardon my typo but here's the result from my ArcGIS 10.5 install:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/284197_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 21:49:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307676#M23943</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2016-12-15T21:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: arcmap 10.5 python version ???</title>
      <link>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307677#M23944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A sad day... 8 years old this month, as I have blogged, and still ignored by ArcMap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The last bastion of hope will be ArcGIS Pro, if they deliver on equal for equal in terms of analysis functionality... perhaps, someone from the geoprocessing or other team could offer a glimmer of hope that at least python 3.5.x (3.6 would be a dream) and numpy 1.10 (min. 1.11 great) will be installed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Backporting is no longer desireable and I am not keen on snagging needed functionality out github or mercurial to cobble together functions to keep them current. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks people... I will leave this open and continue to reward new information...&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 22:13:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307677#M23944</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-12-15T22:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: arcmap 10.5 python version ???</title>
      <link>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307678#M23945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan - do not give up hope...for ArcGIS Pro is a different beast entirely.&amp;nbsp; The releases I quoted above are for ArcMap 10.5...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pro 1.4 (Alpha 4)&amp;nbsp;is different...&lt;/P&gt;&lt;P&gt;Python is 3.5.2&lt;/P&gt;&lt;P&gt;matplotlib is 1.5.3&lt;/P&gt;&lt;P&gt;numpy is 1.11.2&lt;/P&gt;&lt;P&gt;scipy is 0.18.1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 22:21:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307678#M23945</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2016-12-15T22:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: arcmap 10.5 python version ???</title>
      <link>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307679#M23946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Now that is better!&amp;nbsp;&lt;/EM&gt; I don't suppose I can hold you to that though&amp;nbsp;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 22:24:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307679#M23946</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-12-15T22:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: arcmap 10.5 python version ???</title>
      <link>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307680#M23947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try but I have no control over the Pro Dev team!&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;There is a chance that the release numbers will change when Pro 1.4 is final...but I don't have access&amp;nbsp;to&amp;nbsp;Beta or Release Candidates&amp;nbsp;quite yet...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 22:27:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307680#M23947</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2016-12-15T22:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: arcmap 10.5 python version ???</title>
      <link>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307681#M23948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've got an almost-final-Release-Candidate (they ain't changing the python version now). It has the same versions as Robert.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2016 00:30:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307681#M23948</guid>
      <dc:creator>MelitaKennedy</dc:creator>
      <dc:date>2016-12-16T00:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: arcmap 10.5 python version ???</title>
      <link>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307682#M23949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Melita, I suspect the development efforts are elsewhere..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2016 00:39:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307682#M23949</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-12-16T00:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: arcmap 10.5 python version ???</title>
      <link>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307683#M23950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I heard from &lt;A href="https://community.esri.com/migrated-users/3176"&gt;Derek Law&lt;/A&gt;‌ in a comment &lt;A _jive_internal="true" href="https://community.esri.com/thread/186320-should-i-upgrade-to-arcgis-1041-or-wait-for-105#comment"&gt;on this thread&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;To quote...&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Finally heard back from the Dev team, here are the Python package versions included with ArcGIS 10.5 final release:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;python 2.7.12&lt;/LI&gt;&lt;LI&gt;numpy 1.9.3&lt;/LI&gt;&lt;LI&gt;scipy 0.17.0&lt;/LI&gt;&lt;LI&gt;matplotlib 1.5.2&lt;/LI&gt;&lt;/UL&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I guess I await unification of a common stack, although I suspect that python 3 will never see the light of day in ArcMap... leaving PRO&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Dec 2016 05:30:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307683#M23950</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-12-17T05:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: arcmap 10.5 python version ???</title>
      <link>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307684#M23951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the upside for some and to panic others... from&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A class="link-titled" href="http://support.esri.com/technical-article/000013234" title="http://support.esri.com/technical-article/000013234"&gt;FAQ: Has the Deprecated Features for ArcGIS document been updated for 10.4.1 and 10.5?&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;STRONG&gt;ArcGIS Desktop 10.5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Support for Microsoft Visual Basic for Applications Recently Microsoft has informed Esri that they will no longer provide any fixes or troubleshooting for Microsoft Visual Basic for Applications (VBA). Given this Microsoft statement, Esri can no longer support distribution of VBA. The ArcGIS Desktop 10.5 release will not include the Microsoft VBA compatibility setup. ArcGIS 10.4.1 for Desktop is the last release that includes the VBA compatibility setup.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 12:00:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307684#M23951</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-12-22T12:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: arcmap 10.5 python version ???</title>
      <link>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307685#M23952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Absolutely&amp;nbsp;&lt;STRONG&gt;zero&lt;/STRONG&gt;&amp;nbsp;&lt;STRONG&gt;promises&lt;/STRONG&gt; about ArcMap moving to 3.x -- but it is a talked about idea. Don't take this to mean it'll happen, I'm just saying as an idea, it is not dead.&amp;nbsp;This is probably the biggest concern about the 2.x line:&amp;nbsp;&lt;A class="link-titled" href="https://pythonclock.org/" title="https://pythonclock.org/"&gt;Python 2.7 Countdown&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 14:29:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307685#M23952</guid>
      <dc:creator>KevinHibma</dc:creator>
      <dc:date>2016-12-22T14:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: arcmap 10.5 python version ???</title>
      <link>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307686#M23953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have seen that and &lt;A _jive_internal="true" href="https://community.esri.com/thread/177766-python-27-countdown"&gt;blogged about it &lt;/A&gt;(one of several).&lt;/P&gt;&lt;P&gt;I still see no downside since both versions can co-exist... even on an iPad.&amp;nbsp; It is just reminiscent of the Y2K era and the foot-dragging around patching COBOL to read corporate databases.&amp;nbsp; &lt;/P&gt;&lt;P&gt;I suppose I am one of the few that is caught in the need for the upgraded functionality that python 3.5 offers especially when combined with the more recent versions of numpy, scipy and now matplotlib has a v2.0 release candidate.&amp;nbsp; I just manage by porting over the needed functions from the git repositories or writing my own patches so that I can work with 2.7 for those that need it (normally government, some of which are still on ArcMap 9.3 and even older python).&lt;/P&gt;&lt;P&gt;When PRO 1.4 comes out AND if it is more-or-less up to speed with regards to ArcMap functionality, I will just abandon ArcMap support, except for teaching, until catch-up has occurred.&lt;/P&gt;&lt;P&gt;On to Christmas... got to install pythonista on my iWatch &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 15:19:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307686#M23953</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-12-22T15:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: arcmap 10.5 python version ???</title>
      <link>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307687#M23954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand and hear your concerns over 2.x vs 3.x. Absolutely everything I write these days can work in 2.x or 3.x (syntactically speaking&amp;nbsp;-not speaking for particular packages between versions). But thats "easy" for me to do because I have ArcMap and Pro on the same machine and find myself moving back and forth between the versions constantly, so I'm actively working on items that&amp;nbsp;&lt;EM&gt;need&lt;/EM&gt; to work in both versions. I sympathize with the people who are new to python, or write python infrequently, it can be a burden to understand the differences. Hopefully in time we can make this easier.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 15:33:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307687#M23954</guid>
      <dc:creator>KevinHibma</dc:creator>
      <dc:date>2016-12-22T15:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: arcmap 10.5 python version ???</title>
      <link>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307688#M23955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Microsoft SQL Server 2017 is using Python 3.5. &amp;nbsp;It would be great if ESRI was in sync on that side so that we could embed the ArcPy libraries inside of Microsofts. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2017 01:23:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcmap-10-5-python-version/m-p/307688#M23955</guid>
      <dc:creator>SteveLewis</dc:creator>
      <dc:date>2017-05-23T01:23:07Z</dc:date>
    </item>
  </channel>
</rss>

