<?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: Is anyone else using python to directly interact with their DBMS? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/is-anyone-else-using-python-to-directly-interact/m-p/568577#M44551</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I like arcpy.ArcSDESQLExecute but Im not usually looking for spatial data or even geodatabase data when I do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Sep 2014 19:10:25 GMT</pubDate>
    <dc:creator>ChrisMathers</dc:creator>
    <dc:date>2014-09-11T19:10:25Z</dc:date>
    <item>
      <title>Is anyone else using python to directly interact with their DBMS?</title>
      <link>https://community.esri.com/t5/python-questions/is-anyone-else-using-python-to-directly-interact/m-p/568568#M44542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use pypodbc to connect and query my SQL servers on occasion and was curious if anyone else was doing this as well. If you are, what module are you using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 20:09:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-anyone-else-using-python-to-directly-interact/m-p/568568#M44542</guid>
      <dc:creator>ChrisMathers</dc:creator>
      <dc:date>2014-09-10T20:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Is anyone else using python to directly interact with their DBMS?</title>
      <link>https://community.esri.com/t5/python-questions/is-anyone-else-using-python-to-directly-interact/m-p/568569#M44543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use arcpy.ArcSDESQLExecute. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 01:27:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-anyone-else-using-python-to-directly-interact/m-p/568569#M44543</guid>
      <dc:creator>ChrisPedrezuela</dc:creator>
      <dc:date>2014-09-11T01:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is anyone else using python to directly interact with their DBMS?</title>
      <link>https://community.esri.com/t5/python-questions/is-anyone-else-using-python-to-directly-interact/m-p/568570#M44544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have used pyodbc for SQL Server and cx_oracle for Oracle. Hovever recently i have turned more and more to AcSDESQLExecute. You don't have to install third party libraries (a problem at many sites) and I also like that the results are returned as lists.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't tested performance, so I don't know if there's an overhead using AcSDESQLExecute compared to the native python libraries.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 09:28:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-anyone-else-using-python-to-directly-interact/m-p/568570#M44544</guid>
      <dc:creator>CarstenBøcker1</dc:creator>
      <dc:date>2014-09-11T09:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Is anyone else using python to directly interact with their DBMS?</title>
      <link>https://community.esri.com/t5/python-questions/is-anyone-else-using-python-to-directly-interact/m-p/568571#M44545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;cx_Oracle here. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not always SDE data that is needed and non-spatial attribute data can be utilized in functional ways (mapping, joins, raster processing, etc...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 12:59:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-anyone-else-using-python-to-directly-interact/m-p/568571#M44545</guid>
      <dc:creator>JamesCrandall</dc:creator>
      <dc:date>2014-09-11T12:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Is anyone else using python to directly interact with their DBMS?</title>
      <link>https://community.esri.com/t5/python-questions/is-anyone-else-using-python-to-directly-interact/m-p/568572#M44546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using cx_Oracle here too.&amp;nbsp; Great little extension &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/cool.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 13:51:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-anyone-else-using-python-to-directly-interact/m-p/568572#M44546</guid>
      <dc:creator>CameronMcCormick</dc:creator>
      <dc:date>2014-09-11T13:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Is anyone else using python to directly interact with their DBMS?</title>
      <link>https://community.esri.com/t5/python-questions/is-anyone-else-using-python-to-directly-interact/m-p/568573#M44547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I downloaded and installed MySQLdb to access data on our SQL databases.&amp;nbsp; It was the first thing I tried that worked and I've just been using it ever since.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 16:58:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-anyone-else-using-python-to-directly-interact/m-p/568573#M44547</guid>
      <dc:creator>ZoeZaloudek</dc:creator>
      <dc:date>2014-09-11T16:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is anyone else using python to directly interact with their DBMS?</title>
      <link>https://community.esri.com/t5/python-questions/is-anyone-else-using-python-to-directly-interact/m-p/568574#M44548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using win32com to instantiate ADODB objects:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CODE&amp;gt;&lt;/P&gt;&lt;P&gt;from win32com.client import Dispatch&lt;/P&gt;&lt;P&gt;connection = Dispatch('ADODB.Connection')&lt;/P&gt;&lt;P&gt;connection.Open(dsn)&lt;/P&gt;&lt;P&gt;rs = Dispatch('ADODB.RecordSet')&lt;/P&gt;&lt;P&gt;rs = connection.Execute(sql)&lt;/P&gt;&lt;P&gt;&amp;lt;/CODE&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 18:12:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-anyone-else-using-python-to-directly-interact/m-p/568574#M44548</guid>
      <dc:creator>KevinBrown2</dc:creator>
      <dc:date>2014-09-11T18:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is anyone else using python to directly interact with their DBMS?</title>
      <link>https://community.esri.com/t5/python-questions/is-anyone-else-using-python-to-directly-interact/m-p/568575#M44549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use comtypes to interact with ArcObjects direcly.&amp;nbsp; I've found it a lot less buggy than arcpy, although I don't do much more than retrieve data from our servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;def getConnection():&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; """&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Creates and returns a connection to the Database&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @return: SdeWorkspace as ISqlWorkspace&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; """&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; import comtypes.gen.esriSystem as esriSystem&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; import comtypes.gen.esriDataSourcesGDB as esriDataSourcesGDB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; import comtypes.gen.esriGeoDatabase as esriGeodatabase&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # Set connection properties for OLE DB connection&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; conprop = Snippets.NewObj(esriSystem.PropertySet, esriSystem.IPropertySet)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; conprop.SetProperty("INSTANCE", "sde:sqlserver:?????")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; conprop.SetProperty("DATABASE", "?????")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; conprop.SetProperty("AUTHENTICATION_MODE", "OSA")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # Create workspace&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SDEWorkspaceFactory = Snippets.NewObj(esriDataSourcesGDB.SdeWorkspaceFactory, esriGeodatabase.IWorkspaceFactory)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SDEWorkspace = SDEWorkspaceFactory.Open(conprop, 0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sqlworkspace = Snippets.CType(SDEWorkspace, esriGeodatabase.ISqlWorkspace)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return sqlworkspace&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 18:48:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-anyone-else-using-python-to-directly-interact/m-p/568575#M44549</guid>
      <dc:creator>ThomasStanley-Jones</dc:creator>
      <dc:date>2014-09-11T18:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Is anyone else using python to directly interact with their DBMS?</title>
      <link>https://community.esri.com/t5/python-questions/is-anyone-else-using-python-to-directly-interact/m-p/568576#M44550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow! Ive never used the comtypes library before. That is really cool. Going to have to add that to the list of things to read up on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 19:07:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-anyone-else-using-python-to-directly-interact/m-p/568576#M44550</guid>
      <dc:creator>ChrisMathers</dc:creator>
      <dc:date>2014-09-11T19:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Is anyone else using python to directly interact with their DBMS?</title>
      <link>https://community.esri.com/t5/python-questions/is-anyone-else-using-python-to-directly-interact/m-p/568577#M44551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I like arcpy.ArcSDESQLExecute but Im not usually looking for spatial data or even geodatabase data when I do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 19:10:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-anyone-else-using-python-to-directly-interact/m-p/568577#M44551</guid>
      <dc:creator>ChrisMathers</dc:creator>
      <dc:date>2014-09-11T19:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Is anyone else using python to directly interact with their DBMS?</title>
      <link>https://community.esri.com/t5/python-questions/is-anyone-else-using-python-to-directly-interact/m-p/568578#M44552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pyodbc is really good.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 19:33:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-anyone-else-using-python-to-directly-interact/m-p/568578#M44552</guid>
      <dc:creator>TedChapin</dc:creator>
      <dc:date>2014-09-11T19:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Is anyone else using python to directly interact with their DBMS?</title>
      <link>https://community.esri.com/t5/python-questions/is-anyone-else-using-python-to-directly-interact/m-p/568579#M44553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm curious what pyodbc will give you.&amp;nbsp; Arrays of the tables to use with Numpy?&amp;nbsp; Do you use it to feed spatial objects into the arcpy tools?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used comtypes and ArcObjects to connect and get the data from SQLServer because then I can play with it in ArcObjects.&amp;nbsp; I'm guessing pyodbc gives you an object that Arcpy can use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 21:28:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-anyone-else-using-python-to-directly-interact/m-p/568579#M44553</guid>
      <dc:creator>ThomasStanley-Jones</dc:creator>
      <dc:date>2014-09-11T21:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Is anyone else using python to directly interact with their DBMS?</title>
      <link>https://community.esri.com/t5/python-questions/is-anyone-else-using-python-to-directly-interact/m-p/568580#M44554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using pyodbc for row-level access to business tables, SDE, SQL Spatial, and non-spatial.&amp;nbsp; Reading and updating data.&amp;nbsp; Inserting and deleting data in the case of non-SDE tables.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 12:24:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-anyone-else-using-python-to-directly-interact/m-p/568580#M44554</guid>
      <dc:creator>TedChapin</dc:creator>
      <dc:date>2014-09-12T12:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Is anyone else using python to directly interact with their DBMS?</title>
      <link>https://community.esri.com/t5/python-questions/is-anyone-else-using-python-to-directly-interact/m-p/568581#M44555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thomas,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I haven't worked with pyodbc because we are an Oracle shop, but I think this example would likely apply just as well.&amp;nbsp; To answer your question, yes, we convert back and forth between NumPy arrays, Pandas DataFrames and gdb objects.&amp;nbsp; This is just showing acessing and using non-spatial table containing x/y coord values converting to a NumPy array and then a Feature Class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="python" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14105482565621541" jivemacro_uid="_14105482565621541"&gt;
&lt;P&gt;import arcpy&amp;nbsp; &lt;/P&gt;
&lt;P&gt;import cx_Oracle&amp;nbsp; &lt;/P&gt;
&lt;P&gt;import numpy as np&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;### Build a DSN (can be subsitited for a TNS name)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;dsn = cx_Oracle.makedsn(param1, param2, param3)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;oradb = cx_Oracle.connect("username", "password", dsn)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;cursor = oradb.cursor()&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;sqlQry = """SELECT MyTableOrView.SomeField1 AS SomeTEXTField,&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CAST(TO_CHAR(MyTableOrView.x_coords, 'fm9999999.90') AS FLOAT) AS x_coords,&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CAST(TO_CHAR(MyTableOrView.y_coords, 'fm9999999.90') AS FLOAT) AS y_coords&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM MyTableOrView"""&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;cursor.execute(sqlQry)&amp;nbsp; &lt;/P&gt;
&lt;P&gt;datArray = []&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;cxRows = cursor.fetchall()&amp;nbsp; &lt;/P&gt;
&lt;P&gt;for cxRow in cxRows:&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; datArray.append(cxRow)&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;#close the conn to ora&amp;nbsp; &lt;/P&gt;
&lt;P&gt;cursor.close()&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;oradb.close()&amp;nbsp; &lt;/P&gt;
&lt;P&gt;del cxRows, cursor&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;numpyarr_out = np.array(datArray, np.dtype([('SomeTEXTField', '|S25'), ('x_coords', '&amp;lt;f8'), ('y_coords', '&amp;lt;f8')]))&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;#convert the numpyarray to a gdb feature class&amp;nbsp; &lt;/P&gt;
&lt;P&gt;outFC = r'C:\MyGDB\xyPoints_FromStrings&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;if arcpy.Exists(outFC):&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp; arcpy.Delete_management(outFC)&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;arcpy.da.NumPyArrayToFeatureClass(numpyarr_out, outFC, ("x_coords", "y_coords"))&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 18:59:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-anyone-else-using-python-to-directly-interact/m-p/568581#M44555</guid>
      <dc:creator>JamesCrandall</dc:creator>
      <dc:date>2014-09-12T18:59:25Z</dc:date>
    </item>
  </channel>
</rss>

