Python and IDEs [was Re: Python 3 is killing Python]

Tim Delaney timothy.c.delaney at gmail.com
Sat Jul 19 17:50:05 EDT 2014


On 20 July 2014 04:08, C.D. Reimer <chris at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20140720/574ebe10/attachment.html>


More information about the Python-list mailing list