Caryl,<div><br></div><div>Your email got me thinking, so I installed Eclipse with the PyDev plugin on my Mac Mini this morning.  It was not difficult.  You need to download the Eclipse IDE for Java Developers:</div><div><br>
</div><div><a href="http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/indigor">http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/indigor</a></div><div><br></div><div>This will be a tar file which you can unpack as a folder in your Downloads directory.  You may move this folder to the Applications directory or anywhere else you like.  Go into the folder and double-click the Eclipse icon.  Ignore the warning it gives you.</div>
<div><br></div><div>When Eclipse is up and running look under Help for the Eclipse marketplace and search for PyDev.  Install it.  You might also search for git and install the Git interface.  Restart Eclipse and you should be just about set.</div>
<div><br></div><div>Eclipse has built in documentation you should check out.  It is a MUCH smaller download than Xcode, and far better for your purposes.</div><div><br></div><div>As for idle, you cab find the Terminal app in the Utilities folder under Applications.  Run that, then type in "idle" on the command line.  You'll see a Python shell window but in the File menu you can open up a New Edit Window which is what you want.</div>
<div><br></div><div>James Simmons</div>