Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4a.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.030 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'python.': 0.02; 'classes,': 0.05; 'ide': 0.09; 'python': 0.11; 'idle,': 0.16; 'scripts.': 0.16; 'wing': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'everyone,': 0.19; 'comfortable': 0.22; 'to:name:python- list@python.org': 0.22; 'header:In-Reply-To:1': 0.27; 'tried': 0.27; 'url:mailman': 0.30; 'that.': 0.31; 'file': 0.32; 'this.': 0.32; 'url:python': 0.33; 'community': 0.33; 'development.': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'url:listinfo': 0.36; 'charset:us-ascii': 0.36; 'url:org': 0.36; 'received:10': 0.37; 'message-id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'files': 0.38; 'to:addr:python.org': 0.39; 'either': 0.39; 'url:mail': 0.40; 'free': 0.61; 'new': 0.61; 'simple': 0.61; 'header:Message-Id:1': 0.63; '2014,': 0.84; 'received:10.100': 0.84; 'edition': 0.86 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:references:from:content-type:in-reply-to:message-id:date:to :content-transfer-encoding:mime-version; bh=jOm8LwQN6jhrCXcht/wXbKyts/q6CzHsmpm0+C3VERE=; b=J9L7bTKfqOPKtI6rr5+JdcC1CBrchaFFyG5VK60p+Ari5SeWkdlahWWcwFukG/dy96 E1Pzxaiun3tof6YnYLwhdafpEZeDaryB8Yma5k9sZ2kUPuWCAx39E0saQaMrbTDwfrMj 4GqrpdkADhxh89fa2jYKNy/l1NKIyI4+JDnvXEG/dIhDQiBPnbtKu9cpOnpma43yMeSK 7iHxZh8f64BTuT3wFFFPamVKpVJev7H0pNqGgzaB6p4BuUOj60OfIuj3r9F3FecOX7qX a2JuMurUBGYNtAY6hTxDYzYYSFKXA269RtMk/kCM7GcL/fpG7KBwE/CeHpYUmvkONhAn Zj2g== X-Received: by 10.68.173.65 with SMTP id bi1mr13115090pbc.130.1401403251977; Thu, 29 May 2014 15:40:51 -0700 (PDT) Subject: Re: IDE for python References: From: Travis Griggs Content-Type: text/plain; charset=us-ascii X-Mailer: iPhone Mail (11D201) In-Reply-To: Date: Thu, 29 May 2014 15:40:36 -0700 To: "python-list@python.org" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) 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: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1401403260 news.xs4all.nl 2829 [2001:888:2000:d::a6]:49624 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:72258 > On May 28, 2014, at 3:43, Sameer Rathoud wrote:= >=20 > Hello everyone, >=20 > I am new to python. >=20 > I am currently using python 3.3 >=20 > With python I got IDLE, but I am not very comfortable with this. >=20 > Please suggest, if we have any free ide for python development. > --=20 > https://mail.python.org/mailman/listinfo/python-list I use either vim or textwrangler for simple one file scripts. For larger thi= ngs with multiple files and/or classes, I like pycharm best ( free community= edition ). I tried both pydev and wing before that.=