<?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: Update Cursor Python Programming Issue  in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/update-cursor-python-programming-issue/m-p/78386#M6338</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Courtney-&amp;nbsp; I cut my teeth in the early 90's using what was then known as ArcInfo.&amp;nbsp; &amp;nbsp;Python syntax gets us old hands with a ton of GIS experience as easliy as someone like yourself; it's all about learning how to use a new tool.&amp;nbsp; The nice thing is folks like Dan and Xander, along with a host of others are here and willing to help us out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/courtneylwade2017"&gt;courtneylwade2017&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/Dan_Patterson"&gt;Dan_Patterson&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/xander_bakker"&gt;xander_bakker&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Oct 2017 12:40:52 GMT</pubDate>
    <dc:creator>JoeBorgione</dc:creator>
    <dc:date>2017-10-30T12:40:52Z</dc:date>
    <item>
      <title>Update Cursor Python Programming Issue</title>
      <link>https://community.esri.com/t5/python-questions/update-cursor-python-programming-issue/m-p/78376#M6328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there. I'm a frustrated student taking a programming class where I am way over my head. I am taking this class with my first GIS class (bad idea) so my understanding is very limited. That being said, if you could give clear and simple explanations, I would greatly appreciate it. Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the assignment question:&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="font-size: 11.5pt;"&gt;"For this assignment you will perform a batch update on the trees fc. While the arborists performed their tree inventory of the park, they mistakenly made some data collection errors. Each “Ash” tree that had a DBH greater than 25 should actually be an “Oak” species. Your task is to develop an update cursor/python code that performs this data fix."&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="font-size: 11.5pt;"&gt;This is a screenshot of my attribute table.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="font-size: 11.5pt;"&gt;&lt;IMG __jive_id="381794" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/381794_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="font-size: 11.5pt;"&gt;This one of&amp;nbsp;countless attempts:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="font-size: 11.5pt;"&gt;&lt;IMG __jive_id="381795" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/381795_pastedImage_2.png" style="width: auto; height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Oct 2017 21:35:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/update-cursor-python-programming-issue/m-p/78376#M6328</guid>
      <dc:creator>CourtneyWade</dc:creator>
      <dc:date>2017-10-28T21:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Update Cursor Python Programming Issue</title>
      <link>https://community.esri.com/t5/python-questions/update-cursor-python-programming-issue/m-p/78377#M6329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your first line fails in my IDE using python 3.5&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;a &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"C:\Temp\Unit_8_Assignment\Lake_Short_Park.gdb"&lt;/SPAN&gt;

&amp;nbsp; File &lt;SPAN class="string token"&gt;"&amp;lt;ipython-input-7-23a9732c065c&amp;gt;"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; a &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"C:\Temp\Unit_8_Assignment\Lake_Short_Park.gdb"&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="operator token"&gt;^&lt;/SPAN&gt;
SyntaxError&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;unicode error&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'unicodeescape'&lt;/SPAN&gt; codec can't decode bytes &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; position &lt;SPAN class="number token"&gt;7&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;8&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; truncated \UXXXXXXXX escape


a &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; r&lt;SPAN class="string token"&gt;"C:\Temp\Unit_8_Assignment\Lake_Short_Park.gdb"&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN class="comment token"&gt;# ---- using raw formating&lt;/SPAN&gt;

&lt;SPAN class="string token"&gt;'C:\\Temp\\Unit_8_Assignment\\Lake_Short_Park.gdb'&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;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I didn't get beyond there since I don't have the data to test.&lt;/P&gt;&lt;P&gt;It looks offhand that your row[0] and cursor.update.... row have 5 spaces and not 4... check&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 23:01:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/update-cursor-python-programming-issue/m-p/78377#M6329</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-10T23:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Update Cursor Python Programming Issue</title>
      <link>https://community.esri.com/t5/python-questions/update-cursor-python-programming-issue/m-p/78378#M6330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;fc &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; r&lt;SPAN class="string token"&gt;'C:\Temp\Unit8_Assignment\Lake_Shore_Park.gdb\trees'&lt;/SPAN&gt;
fields &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"DBH"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Common"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;with&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;da&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;UpdateCursor&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;fc&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; fields&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;as&lt;/SPAN&gt; cursor&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; row &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; cursor&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; row&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;25&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;and&lt;/SPAN&gt; row&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Ash"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; row&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Oak"&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cursor&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;updateRow&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;row&lt;SPAN class="punctuation token"&gt;)&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;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your line:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;row &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;25&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;is not valid for 2 reasons, and perhaps 3 reasons:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;the additional space after row&lt;/LI&gt;&lt;LI&gt;the == &amp;gt; which should actually be just &amp;gt;&lt;/LI&gt;&lt;LI&gt;if another species (no Ash) would be larger than 25 it would be changed to Oak and that might not be correct&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 23:01:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/update-cursor-python-programming-issue/m-p/78378#M6330</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2021-12-10T23:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Update Cursor Python Programming Issue</title>
      <link>https://community.esri.com/t5/python-questions/update-cursor-python-programming-issue/m-p/78379#M6331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your eyes are better than mine &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt; another reason I hate screen grabs of code problems&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Oct 2017 23:29:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/update-cursor-python-programming-issue/m-p/78379#M6331</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-10-28T23:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Update Cursor Python Programming Issue</title>
      <link>https://community.esri.com/t5/python-questions/update-cursor-python-programming-issue/m-p/78380#M6332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much! Darn Spacing!&amp;nbsp;I was thinking too that if another species was larger than 25 it would mess it up I just didn't know what to do. &amp;nbsp;I didn't know I could use the 'and' . This class is online and very difficult to ask for help when I'm working on it. I thank you for taking the time to show and explain it to me. Have a great night.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Oct 2017 23:50:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/update-cursor-python-programming-issue/m-p/78380#M6332</guid>
      <dc:creator>CourtneyWade</dc:creator>
      <dc:date>2017-10-28T23:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Update Cursor Python Programming Issue</title>
      <link>https://community.esri.com/t5/python-questions/update-cursor-python-programming-issue/m-p/78381#M6333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Darn spacing trips me up all the time! Thank you Dan for taking the time to help me. Have a great night!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Oct 2017 23:51:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/update-cursor-python-programming-issue/m-p/78381#M6333</guid>
      <dc:creator>CourtneyWade</dc:creator>
      <dc:date>2017-10-28T23:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Update Cursor Python Programming Issue</title>
      <link>https://community.esri.com/t5/python-questions/update-cursor-python-programming-issue/m-p/78382#M6334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/291961"&gt;Courtney Wade&lt;/A&gt;&amp;nbsp;, I'm glad we could help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no problem to post other problems you might run in to here in GeoNet. For the next time, please use the instructions found here to copy the code into the thread:&amp;nbsp;&lt;A href="https://community.esri.com/docs/DOC-8691"&gt;Posting code with Syntax Highlighting on GeoNet&lt;/A&gt;&amp;nbsp;. Not only since Dan asked, but it normally helps a lot not having to type the code and being able to simply copy and paste it to see what might be wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, it would be good if you mark the post that&amp;nbsp;answered the question as the&amp;nbsp;correct answer by clicking on the "Mark Correct" button:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/381800_pastedImage_3.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any post that you consider helpful can be marked as such. Just use the helpful link below the post.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/381801_pastedImage_4.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Oct 2017 23:58:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/update-cursor-python-programming-issue/m-p/78382#M6334</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2017-10-28T23:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Update Cursor Python Programming Issue</title>
      <link>https://community.esri.com/t5/python-questions/update-cursor-python-programming-issue/m-p/78383#M6335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Xander,&lt;/P&gt;&lt;P&gt;I was wondering if you could explain the assignment of row[0] and row[1].&amp;nbsp; How do I know that row[0] should go with "DBH" in the table?&amp;nbsp; Is it based on the fact that "DBH" was listed first in your fields assignment within the python code?&amp;nbsp; And is it always the case that the first row will always be assigned [0]?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Oct 2017 14:00:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/update-cursor-python-programming-issue/m-p/78383#M6335</guid>
      <dc:creator>RebeccaLeach</dc:creator>
      <dc:date>2017-10-29T14:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Update Cursor Python Programming Issue</title>
      <link>https://community.esri.com/t5/python-questions/update-cursor-python-programming-issue/m-p/78384#M6336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The list of fields that you decide on using determines the slice ie row[0] means for each row using the first column... row[1] means for each row using the 2nd column.&amp;nbsp; Now since you only provided two columns, and python is zero-based, the first column and second column are ('DBH', 'Common') as a tuple (round brackets) or as a list [&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;'DBH', 'Common'] (square brackets).&amp;nbsp; Remember zero-based&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Oct 2017 14:35:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/update-cursor-python-programming-issue/m-p/78384#M6336</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-10-29T14:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Update Cursor Python Programming Issue</title>
      <link>https://community.esri.com/t5/python-questions/update-cursor-python-programming-issue/m-p/78385#M6337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan!&amp;nbsp; I appreciate the information you provided.&amp;nbsp; It makes sense to me now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Oct 2017 14:43:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/update-cursor-python-programming-issue/m-p/78385#M6337</guid>
      <dc:creator>RebeccaLeach</dc:creator>
      <dc:date>2017-10-29T14:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Update Cursor Python Programming Issue</title>
      <link>https://community.esri.com/t5/python-questions/update-cursor-python-programming-issue/m-p/78386#M6338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Courtney-&amp;nbsp; I cut my teeth in the early 90's using what was then known as ArcInfo.&amp;nbsp; &amp;nbsp;Python syntax gets us old hands with a ton of GIS experience as easliy as someone like yourself; it's all about learning how to use a new tool.&amp;nbsp; The nice thing is folks like Dan and Xander, along with a host of others are here and willing to help us out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/courtneylwade2017"&gt;courtneylwade2017&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/Dan_Patterson"&gt;Dan_Patterson&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/xander_bakker"&gt;xander_bakker&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 12:40:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/update-cursor-python-programming-issue/m-p/78386#M6338</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2017-10-30T12:40:52Z</dc:date>
    </item>
  </channel>
</rss>

