<?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: What software is needed for Python? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/what-software-is-needed-for-python/m-p/411957#M32453</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The easiest thing as suggested is using the IDLE software - that provides a command line window where you can run commands and get immediate feedback, and then open a text editing window where you can type in lines or paste from the command line window and then save as a python (with a .py) file.&amp;nbsp; Another one that is simple to use is Notepad++ which is very good for managing things like indentation (which is critical in python and can get to be confusing sometimes) and managing blocks of code.&amp;nbsp; Good luck and have fun!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jul 2012 14:02:58 GMT</pubDate>
    <dc:creator>ChristopherThompson</dc:creator>
    <dc:date>2012-07-27T14:02:58Z</dc:date>
    <item>
      <title>What software is needed for Python?</title>
      <link>https://community.esri.com/t5/python-questions/what-software-is-needed-for-python/m-p/411954#M32450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have started to wrap myself around Python. What software do I need to begin writing scripts/code? I have ArcGIS 10.1 (ArcInfo), some tell me I need Microsoft's Visual Studio. I hope someone here can provide me the answer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 12:30:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-software-is-needed-for-python/m-p/411954#M32450</guid>
      <dc:creator>TimHayes</dc:creator>
      <dc:date>2012-07-27T12:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: What software is needed for Python?</title>
      <link>https://community.esri.com/t5/python-questions/what-software-is-needed-for-python/m-p/411955#M32451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need an python installed and an editor.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are many free IDEs like pythonwin or eclipse with pydev.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are also pay ones as well like WING.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 13:15:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-software-is-needed-for-python/m-p/411955#M32451</guid>
      <dc:creator>AndrewChapkowski</dc:creator>
      <dc:date>2012-07-27T13:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: What software is needed for Python?</title>
      <link>https://community.esri.com/t5/python-questions/what-software-is-needed-for-python/m-p/411956#M32452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Also, in your "All Programs" &amp;gt; ArcGIS folder there should be a Python 2.6 folder.&amp;nbsp; Inside that you can find an IDLE (python GUI) toolkit, which is a python scripting window for writing stand alone scripts.&amp;nbsp; To use ArcGIS functions, just import the arcpy module. That is what I use.&amp;nbsp; Hope this helps too!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Caleb&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 13:32:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-software-is-needed-for-python/m-p/411956#M32452</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-07-27T13:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: What software is needed for Python?</title>
      <link>https://community.esri.com/t5/python-questions/what-software-is-needed-for-python/m-p/411957#M32453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The easiest thing as suggested is using the IDLE software - that provides a command line window where you can run commands and get immediate feedback, and then open a text editing window where you can type in lines or paste from the command line window and then save as a python (with a .py) file.&amp;nbsp; Another one that is simple to use is Notepad++ which is very good for managing things like indentation (which is critical in python and can get to be confusing sometimes) and managing blocks of code.&amp;nbsp; Good luck and have fun!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 14:02:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-software-is-needed-for-python/m-p/411957#M32453</guid>
      <dc:creator>ChristopherThompson</dc:creator>
      <dc:date>2012-07-27T14:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: What software is needed for Python?</title>
      <link>https://community.esri.com/t5/python-questions/what-software-is-needed-for-python/m-p/411958#M32454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Esri uses Pythonwin for training. It is a wrapper around IDLE to make it much nicer than the raw IDLE interface for Windows. Free. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Recommended.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is called win32all because it has additional functions to interface with the win32 API. Since Arc Desktop is only on Windows this is a useful addition. &lt;/SPAN&gt;&lt;A href="http://sourceforge.net/projects/pywin32/"&gt;http://sourceforge.net/projects/pywin32/&lt;/A&gt;&lt;SPAN&gt;. I cannot see how anyone would be developing geoprocessing scripts in Linux.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since geoprocessing scripts are so simple (in python terms) a more complex debugging environment such as Wing or Eclipse is not justified. Most of your problems will be in the geoprocessing tools where single step python tools will be useless. I keep trying the other development environments but always come back to Pythonwin.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Pythonwin allows you to enter test parameters which makes debugging scripts easier, simulating the dialog entries. Intellisense (command completion) for tools is supported if you import arcpy in the interactive window. This is almost essential now that geoprocessing tools are case sensitive.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jul 2012 21:44:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-software-is-needed-for-python/m-p/411958#M32454</guid>
      <dc:creator>KimOllivier</dc:creator>
      <dc:date>2012-07-29T21:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: What software is needed for Python?</title>
      <link>https://community.esri.com/t5/python-questions/what-software-is-needed-for-python/m-p/411959#M32455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;PythonWin gets my vote too... It's simple, clean, does what I need, and is free. I've been using it since ArcGIS v9.0 (6-7 years?).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Secret Hint: The PythonWin install package is actually included on the ArcGIS install CD/DVD... but it is not auto installed like Python is... you have to manually install it yourself.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 20:30:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-software-is-needed-for-python/m-p/411959#M32455</guid>
      <dc:creator>ChrisSnyder</dc:creator>
      <dc:date>2012-07-30T20:30:34Z</dc:date>
    </item>
  </channel>
</rss>

