On 20 July 2014 04:08, C.D. Reimer <ch...@cdreimer.com> wrote: > On 7/19/2014 12:28 AM, Steven D'Aprano wrote: > >> Earlier, I mentioned a considerable number of IDEs which are available >> for Python, including: >> > > 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. >
IMO there is no project so modest that it doesn't require version control. Especially since version control is as simple as: cd project hg init hg add hg commit 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). Tim Delaney
-- https://mail.python.org/mailman/listinfo/python-list