<?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: Arcpy in other Python modules such as Ipython in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/arcpy-in-other-python-modules-such-as-ipython/m-p/93540#M7311</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, Arek&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you so much for your answer ;). I have one question, did you just installed PyDev and it recognized arcpy or you had to do something else?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jan 2013 12:28:51 GMT</pubDate>
    <dc:creator>LeticiaNascimento</dc:creator>
    <dc:date>2013-01-17T12:28:51Z</dc:date>
    <item>
      <title>Arcpy in other Python modules such as Ipython</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-in-other-python-modules-such-as-ipython/m-p/93538#M7309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was using ipython on my Ubuntu OS back at my home and it was fantastic . When you work with an object, and you putted&amp;nbsp; "object." and then pressed Tab, it would show you all the classes that you had option to use. Also, you could put the arrow up and it would go back to the lines you have written before.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my work, I'm learning to use python in ArcGIS 10.1 and found it very difficult without the resources I was used to.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I installed Pythonwin hoping it would solve my problems, but without seeing all the classes options I have, it became sort of difficult to learn by doing and I have to search through many tutorials.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone else feels the same way? Does anyone knows where could I get the same resources as I had in Ipython? I installed an Ipython but it doen't recognize arcpy. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Letícia&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 10:12:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-in-other-python-modules-such-as-ipython/m-p/93538#M7309</guid>
      <dc:creator>LeticiaNascimento</dc:creator>
      <dc:date>2013-01-17T10:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Arcpy in other Python modules such as Ipython</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-in-other-python-modules-such-as-ipython/m-p/93539#M7310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using eclipse with installed pyDev, and can recommend this solution. Maybe it does'n have all features ipython has, but code completion works fine with arcpy, and it had a lot of customization options.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Arek&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 12:09:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-in-other-python-modules-such-as-ipython/m-p/93539#M7310</guid>
      <dc:creator>ArkadiuszMatoszka</dc:creator>
      <dc:date>2013-01-17T12:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Arcpy in other Python modules such as Ipython</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-in-other-python-modules-such-as-ipython/m-p/93540#M7311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, Arek&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you so much for your answer ;). I have one question, did you just installed PyDev and it recognized arcpy or you had to do something else?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 12:28:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-in-other-python-modules-such-as-ipython/m-p/93540#M7311</guid>
      <dc:creator>LeticiaNascimento</dc:creator>
      <dc:date>2013-01-17T12:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Arcpy in other Python modules such as Ipython</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-in-other-python-modules-such-as-ipython/m-p/93541#M7312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Code completion for ArcPy should also work for you in PythonWin and IPython.&amp;nbsp; If code completion is not working, you probably just just need to import arcpy to the interactive window.&amp;nbsp; After you do that, try code completion again and it should work.&amp;nbsp; You will need to import arcpy to the interactive window at the start of every Python session where you want the tab completion to work for the arcpy module.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Mar 2013 00:49:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-in-other-python-modules-such-as-ipython/m-p/93541#M7312</guid>
      <dc:creator>MelanieMaguire</dc:creator>
      <dc:date>2013-03-16T00:49:54Z</dc:date>
    </item>
  </channel>
</rss>

