Aside from emacs, vim is a nice editor that can be used across UNIX/Linux/Windows OS. It is also more friendly to learn/configure than emacs (install it, type &quot;vim&quot; at a shell/cmd.exe prompt and use the help that comes with it for customization). It comes by default on most modern UNIX/Linux OS. Similar to emacs it also has a wealth of plugins available.<br>
<br><div class="gmail_quote">On Tue, May 22, 2012 at 5:25 PM, Alan Gauld <span dir="ltr">&lt;<a href="mailto:alan.gauld@btinternet.com" target="_blank">alan.gauld@btinternet.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 22/05/12 04:26, boB Stepp wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
2001, is available on the Sun Blade at work, I already own the book<br>
&quot;Learning GNU Emacs&quot; and it would be nice to have my fingers trained<br>
the same way for both work and home study.<br>
</blockquote>
<br>
That&#39;s a fair reason and emacs will work for any of your languages and incorporates many of the features of an IDE albeit a text based one...<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
What is the best way for me to get my W7-64bit laptop configured for<br>
Python programming?<br>
</blockquote>
<br>
Install python mode.<br>
Learn how to get the python shell running inside emacs.<br>
Learn how to get a cmd shell running inside emacs<br>
Learn how to do split windows<br>
<br>
After that emacs is a giant application with everything customisable<br>
by the user so its down to your preferences. Colour schemes, key combinations, how much automation (keyword completion etc) is all<br>
under your control.<br>
<br>
One extra that I would strongly encourage for working with Python on windows is to supplement the emacs debugger mode with winpdb. It can be had for Linux too, I don&#39;t know about Solaris. But I think your Solaris is non GUI based anyway as I recall? So that won&#39;t matter.<br>

<br>
hth<span class="HOEnZb"><font color="#888888"><br>
-- <br>
Alan G<br>
Author of the Learn to Program web site<br>
<a href="http://www.alan-g.me.uk/" target="_blank">http://www.alan-g.me.uk/</a><br>
<br>
______________________________<u></u>_________________<br>
Tutor maillist  -  <a href="mailto:Tutor@python.org" target="_blank">Tutor@python.org</a><br>
To unsubscribe or change subscription options:<br>
<a href="http://mail.python.org/mailman/listinfo/tutor" target="_blank">http://mail.python.org/<u></u>mailman/listinfo/tutor</a><br>
</font></span></blockquote></div><br>