Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news2.arglkargh.de!news.mixmin.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.031 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'ide': 0.09; 'windows,': 0.09; 'python': 0.11; 'default)': 0.16; 'fine.': 0.16; 'subject:python': 0.16; 'greg': 0.24; 'header:In-Reply-To:1': 0.27; 'text': 0.33; 'development.': 0.33; 'editor': 0.35; 'received:google.com': 0.35; 'writes': 0.38; 'whatever': 0.38; 'to:addr:python-list': 0.38; 'anything': 0.39; 'to:addr:python.org': 0.39; 'free': 0.61 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:date:in-reply-to:references :disposition-notification-to:content-type:mime-version :content-transfer-encoding; bh=YsxhewHLn2UY1B8IniaxTsHcASGKvMgVcZdzxklKdyE=; b=NpTI8iOddO+FtiEPtULqFmByuHqGlAv5DhTY2gIxK8fdapZrfqJaVcD87bJU00NLov rzMlRzbtrG1hOVIuFddNIcfqN6dOz2DapleE2HrIAmoxp9rrmV71fPlFblBXSu4b6Xwn ZCZCV64DPBkxBi+FE9kHwYKmvGsTQe0/EmANmJS8pdkGAbBziEaErEgWTqvy0NoGXz1B mv3o6hq7KAVLxGQdJOUPmWuUefGRAnpQXU5SYqTT5gesKQI5UNm5bWJstImEOwDMUiox BmzT4qdapRV6VuhNE+M+PR5iGPxIS1hfTzEPxbb3lG+8cMYlUMGa4Uu/kTvay+8n3uvr JBVw== X-Received: by 10.66.164.201 with SMTP id ys9mr45389492pab.40.1401277619707; Wed, 28 May 2014 04:46:59 -0700 (PDT) Subject: Re: IDE for python From: Greg Schroeder To: python-list@python.org Date: Wed, 28 May 2014 18:46:41 +0700 In-Reply-To: <87iooqw51z.fsf@elektro.pacujo.net> References: <87iooqw51z.fsf@elektro.pacujo.net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4-0ubuntu1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Wed, 28 May 2014 14:43:18 +0200 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1401280999 news.xs4all.nl 2866 [2001:888:2000:d::a6]:32898 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:72158 > > Please suggest, if we have any free ide for python development. Anything that writes text is fine. I recommend the standard text editor for your OS (Notepad if you use Windows, Textedit on Mac, whatever is on your GNU/Linux distro by default) unless you know exactly what you don't like about it. Greg