<div>I usually just use NetBeans or the Python IDLE. </div>
<div>I prefer to use NetBeans because it&#39;s easier to change and modify code and test. And also because I like to use Jython. </div>
<div> </div>
<div>Anything wrong with my setup? </div>
<div><br><br> </div>
<div class="gmail_quote">On Tue, Jan 19, 2010 at 8:17 AM, Alan Gauld <span dir="ltr">&lt;<a href="mailto:alan.gauld@btinternet.com">alan.gauld@btinternet.com</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote"><br>&lt;<a href="mailto:galaxywatcher@gmail.com" target="_blank">galaxywatcher@gmail.com</a>&gt; wrote 
<div class="im"><br><br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">order to create an efficient and productive Python programming workspace: IDE and Version Control.<br></blockquote>
<br></div>Both important, although an IDE is perhaps a generous<br>description of vim! :-) 
<div class="im"><br><br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">Obviously, no tool can think for you. The real programming work of course is going on in your brain. I am curious what combination of IDE and Version Control System you use and also perhaps, what other tools  I should be looking at as well.<br>
</blockquote><br></div>I tend to use vim under cygwin (which gives me all the Unix tools) as the IDE.<br><br>I use plain old RCS for version control because its just me working on the code.<br><br>At work where we have parallel streams I use SVN (used to be Borland $tarTeam)<br>
Because we use Eclipse at work I increasingly use Eclipse with PyDev as my<br>IDE for larger projects - its project support is very effective and I like<br>the debugger. Also, since I often integrate Java and Jython, Eclipse is ideal for<br>
integrating a multi-source project, especially with a UML modelling plugin<br>added to capture the design.<br><br>Finally, I use Subclipse to integrate Eclipse with SVN.<br><br>Alan G. <br>
<div>
<div></div>
<div class="h5"><br>_______________________________________________<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/mailman/listinfo/tutor</a><br>
</div></div></blockquote></div><br>