<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 20 July 2014 04:08, C.D. Reimer <span dir="ltr"><<a href="mailto:chris@cdreimer.com" target="_blank">chris@cdreimer.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="">On 7/19/2014 12:28 AM, Steven D'Aprano wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Earlier, I mentioned a considerable number of IDEs which are available<br>
for Python, including:<br>
</blockquote>
<br></div>
I prefer to use Notepad++ (Windows) and TextWrangler (Mac). Text editors with code highlighting can get the job done as well, especially if the project is modest and doesn't require version control.<br></blockquote><div>
<br></div><div>IMO there is no project so modest that it doesn't require version control. Especially since version control is as simple as:</div><div><br></div><div>cd project</div><div>hg init</div><div>hg add</div><div>
hg commit</div><div><br></div><div>FWIW I also don't find a need for an IDE for Python - I'm quite happy using EditPlus (which I preferred enough to other alternatives on Windows to pay for many years ago).</div><div>
<br></div><div>Tim Delaney </div></div></div></div>