Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python,': 0.02; 'subject:Python': 0.06; 'init': 0.07; 'alternatives': 0.09; 'highlighting': 0.09; 'ide': 0.09; 'subject: [': 0.09; 'python': 0.11; 'windows': 0.15; '(windows)': 0.16; 'fwiw': 0.16; 'ides': 0.16; 'wrote:': 0.18; 'commit': 0.19; 'preferred': 0.22; 'header :In-Reply-To:1': 0.27; 'am,': 0.29; 'tim': 0.29; "doesn't": 0.30; 'especially': 0.30; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; '(which': 0.31; 'code': 0.31; "d'aprano": 0.31; 'steven': 0.31; 'quite': 0.32; 'text': 0.33; 'to:name:python-list': 0.33; 'received:google.com': 0.35; 'add': 0.35; 'there': 0.35; 'version': 0.36; 'done': 0.36; 'project': 0.37; 'subject:]': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'enough': 0.39; 'mentioned': 0.61; 'simple': 0.61; 'july': 0.63; 'as:': 0.81 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=UO9ncbvM8ZppWfQditS5DorBehHmPF+fttTrTeig5tQ=; b=xyWRTafQ87ik9RFYSftsys5fNO6+aNwlAcqmjLJMvvMVt7SPmlF1grFKAXJ4y1BO9h KXOGBjJRs7ucIA87tJZvu5lyweiN5VGEeHDgCJB95++cBItxiZxss3FeYp8rGkyEMhXG +Lxy+iLxTB+HIwUZZNi0TbxPh16aqvpupDWw9M/kKo+V6KTO3u/bILTJFzArbIkzPhjp lzXD+602MalKw5Leorjd9SMjRaKgiC4l/V9NkOWRnepuE2xilLVzneZaHaE7vvE7Wl7v FPgBVJN7uH9+h//1KVMeDFXXXDME1XynOWfrK5JsFL4lbYzUX4wdWT4DnUqyikds446z Rdjg== MIME-Version: 1.0 X-Received: by 10.182.255.201 with SMTP id as9mr21642485obd.44.1405806605683; Sat, 19 Jul 2014 14:50:05 -0700 (PDT) In-Reply-To: <53CAB40A.4030704@cdreimer.com> References: <87zjga4j4v.fsf@elektro.pacujo.net> <53c57bae$0$9505$c3e8da3$5496439d@news.astraweb.com> <87iomy4ciy.fsf@elektro.pacujo.net> <53c5f6dc$0$9505$c3e8da3$5496439d@news.astraweb.com> <87egxl4zq8.fsf@elektro.pacujo.net> <53c73ff0$0$29897$c3e8da3$5496439d@news.astraweb.com> <9ef930a0-5a41-4a20-a13a-003c9e8246fe@googlegroups.com> <53c9655a$0$9505$c3e8da3$5496439d@news.astraweb.com> <368c1e4f-9328-445b-9876-9f26560a50c2@googlegroups.com> <53ca1e27$0$9505$c3e8da3$5496439d@news.astraweb.com> <53CAB40A.4030704@cdreimer.com> Date: Sun, 20 Jul 2014 07:50:05 +1000 Subject: Re: Python and IDEs [was Re: Python 3 is killing Python] From: Tim Delaney To: Python-List Content-Type: multipart/alternative; boundary=001a113363a85ad20904fe92dbfb X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 58 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1405806614 news.xs4all.nl 2952 [2001:888:2000:d::a6]:33309 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:74837 --001a113363a85ad20904fe92dbfb Content-Type: text/plain; charset=UTF-8 On 20 July 2014 04:08, C.D. Reimer 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 --001a113363a85ad20904fe92dbfb Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On 2= 0 July 2014 04:08, C.D. Reimer <chris@cdreimer.com> wrote:<= br>
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 wi= th code highlighting can get the job done as well, especially if the projec= t is modest and doesn't require version control.

IMO there is no project so modest that it doesn't requir= e version control. Especially since version control is as simple as:
<= div>
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 eno= ugh to other alternatives on Windows to pay for many years ago).

Tim Delaney=C2=A0
--001a113363a85ad20904fe92dbfb--