<?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: How often should I use Python to better understand it? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/how-often-should-i-use-python-to-better-understand/m-p/4318#M406</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I mean 2 times a week or more. tell me how often did you think a beginner should pratice..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Apr 2015 04:42:34 GMT</pubDate>
    <dc:creator>GloriaTshokama</dc:creator>
    <dc:date>2015-04-07T04:42:34Z</dc:date>
    <item>
      <title>How often should I use Python to better understand it?</title>
      <link>https://community.esri.com/t5/python-questions/how-often-should-i-use-python-to-better-understand/m-p/4317#M405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please tell me what you think about this question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Dan Patterson  Some tags won't work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 04:40:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-often-should-i-use-python-to-better-understand/m-p/4317#M405</guid>
      <dc:creator>GloriaTshokama</dc:creator>
      <dc:date>2015-04-07T04:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: How often should I use Python to better understand it?</title>
      <link>https://community.esri.com/t5/python-questions/how-often-should-i-use-python-to-better-understand/m-p/4318#M406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I mean 2 times a week or more. tell me how often did you think a beginner should pratice..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 04:42:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-often-should-i-use-python-to-better-understand/m-p/4318#M406</guid>
      <dc:creator>GloriaTshokama</dc:creator>
      <dc:date>2015-04-07T04:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: How often should I use Python to better understand it?</title>
      <link>https://community.esri.com/t5/python-questions/how-often-should-i-use-python-to-better-understand/m-p/4319#M407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;don't mark your own questions helpful please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 08:53:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-often-should-i-use-python-to-better-understand/m-p/4319#M407</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-04-07T08:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: How often should I use Python to better understand it?</title>
      <link>https://community.esri.com/t5/python-questions/how-often-should-i-use-python-to-better-understand/m-p/4320#M408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is something that will vary wildly from person to person. I don't think any programming is a matter of "practicing", but instead it's a matter of learning the syntax/patterns and understanding how to apply it. If you understand&amp;nbsp; ​one programming language, or at least a workflow that you would like to automate, then it's a matter if translating to the programming language you need to use, making sure (syntax) spacing is correct, brackets are balanced, etc., and following all the other rules for the language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How long or how often you need to use Python to become proficient with it will depend on how you learn. Are you wanting to sit down with a blank sheet of paper, with a problem, and no other resources (that is, no Python books, no help system or online forums, etc) and want to write a perfect program from scratch?&amp;nbsp; If so, then you'll want to memorize the language.&amp;nbsp; But most programmers do not work that way.&amp;nbsp; Most have books and/or better yet, the Internet for resources....and one of the best ways to learn any language is to read thru code that others have written and see if you understand.&amp;nbsp; Also, most if not all of us at some time or another have grabbed others' code and modified to our needs.&amp;nbsp; Even the ArcGIS help pages have code to start with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how and to what level you learn is a personal goal, not a one size fits all. With that said, there are many discussion (on Geonet and other forums) about Python books and how to learn,&amp;nbsp; For ArcGIS you will want to study arcpy, not just straight Python.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LLook thru some of these posts:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/docs/DOC-3114"&gt;Introduction to Writing Geoprocessing Scripts with Python 10.2 Class Resources&lt;/A&gt; &lt;/P&gt;&lt;P&gt; &lt;A href="https://community.esri.com/message/398144"&gt;Any Good Python Books&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/docs/DOC-1975"&gt;Using Python List Comprehensions&lt;/A&gt;&lt;/P&gt;&lt;P&gt; &lt;A href="https://community.esri.com/docs/DOC-1777"&gt;Python Map Automation – Introduction to arcpy.mapping&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or do your own search.&amp;nbsp; Also, following &lt;A href="https://community.esri.com/space/2145"&gt;Python&lt;/A&gt;&amp;nbsp;&amp;nbsp; is also a goid start.&lt;/P&gt;&lt;P&gt;Have fun.....that's always the best part...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 14:55:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-often-should-i-use-python-to-better-understand/m-p/4320#M408</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2015-04-07T14:55:12Z</dc:date>
    </item>
  </channel>
</rss>

