<?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: Help Create a Python Cheat Sheet in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/help-create-a-python-cheat-sheet/m-p/670246#M51929</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I sort of think there isn't likely to be such a thing? Define 'dead basics'.. and relative to what exactly? Your 'basic' needs are unlikely to be what mine are.&amp;nbsp; There are tons of help, tutorials, etc. and you can book mark the ones you tend to find more useful so they are there for ready access.&amp;nbsp; I think the thing that helped me most as I started digging into Python was to simply get my head around the basic types that you can work with (string, numbers, lists, tuples, dictionaries), from there then its a matter of what you do with data that dictates the 'basics' - do you work with text files a lot? do you need to work with GUIs? how do you output data? and etc..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as helping people get off the ground, perhaps a set of very simple examples of how different kinds of data (and tailored to the data and issues you encounter in your work environment) can be processed would be useful.&amp;nbsp; So really you're looking at a collection of code snippets that show people how a list is processed, or how you open a file and read it line by line, and the like.&amp;nbsp; I've found that simply telling people about a particular command is never very helpful, usually someone needs to see a tangible, even if very simple, example of how that is used before they can see how it applies to their problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Sep 2012 12:41:28 GMT</pubDate>
    <dc:creator>ChristopherThompson</dc:creator>
    <dc:date>2012-09-26T12:41:28Z</dc:date>
    <item>
      <title>Help Create a Python Cheat Sheet</title>
      <link>https://community.esri.com/t5/python-questions/help-create-a-python-cheat-sheet/m-p/670243#M51926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey everyone. I am trying to build a huge Python cheat sheet of all the basic/most used commands in the Python programming&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; language. Here is the link if you would like to contribute: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://docs.google.com/document/d/1K8MEVfBwYCVx7tT1aavaj-MbjMFLCzXiVUykKsmpC2s/edit"&gt;https://docs.google.com/document/d/1K8MEVfBwYCVx7tT1aavaj-MbjMFLCzXiVUykKsmpC2s/edit&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please no trolling or spamming.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2012 18:41:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/help-create-a-python-cheat-sheet/m-p/670243#M51926</guid>
      <dc:creator>NoneNone1</dc:creator>
      <dc:date>2012-09-25T18:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help Create a Python Cheat Sheet</title>
      <link>https://community.esri.com/t5/python-questions/help-create-a-python-cheat-sheet/m-p/670244#M51927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Something like this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.addedbytes.com/cheat-sheets/download/python-cheat-sheet-v1.png"&gt;http://www.addedbytes.com/cheat-sheets/download/python-cheat-sheet-v1.png&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are lots out there already, not sure why something like this is necessary to create from scratch. Also consider there are different versions of python and some commands change between them.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2012 19:04:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/help-create-a-python-cheat-sheet/m-p/670244#M51927</guid>
      <dc:creator>MathewCoyle</dc:creator>
      <dc:date>2012-09-25T19:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help Create a Python Cheat Sheet</title>
      <link>https://community.esri.com/t5/python-questions/help-create-a-python-cheat-sheet/m-p/670245#M51928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I guess I didnt explain properly, I want to make a cheat sheet that has the dead basics of python and a description in plain english so anyone can read it. I want to help other people get off the ground with Python, as I am trying to do myself&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2012 20:02:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/help-create-a-python-cheat-sheet/m-p/670245#M51928</guid>
      <dc:creator>NoneNone1</dc:creator>
      <dc:date>2012-09-25T20:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help Create a Python Cheat Sheet</title>
      <link>https://community.esri.com/t5/python-questions/help-create-a-python-cheat-sheet/m-p/670246#M51929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I sort of think there isn't likely to be such a thing? Define 'dead basics'.. and relative to what exactly? Your 'basic' needs are unlikely to be what mine are.&amp;nbsp; There are tons of help, tutorials, etc. and you can book mark the ones you tend to find more useful so they are there for ready access.&amp;nbsp; I think the thing that helped me most as I started digging into Python was to simply get my head around the basic types that you can work with (string, numbers, lists, tuples, dictionaries), from there then its a matter of what you do with data that dictates the 'basics' - do you work with text files a lot? do you need to work with GUIs? how do you output data? and etc..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as helping people get off the ground, perhaps a set of very simple examples of how different kinds of data (and tailored to the data and issues you encounter in your work environment) can be processed would be useful.&amp;nbsp; So really you're looking at a collection of code snippets that show people how a list is processed, or how you open a file and read it line by line, and the like.&amp;nbsp; I've found that simply telling people about a particular command is never very helpful, usually someone needs to see a tangible, even if very simple, example of how that is used before they can see how it applies to their problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 12:41:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/help-create-a-python-cheat-sheet/m-p/670246#M51929</guid>
      <dc:creator>ChristopherThompson</dc:creator>
      <dc:date>2012-09-26T12:41:28Z</dc:date>
    </item>
  </channel>
</rss>

