Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.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.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python.': 0.02; 'languages.': 0.04; 'licenses': 0.04; 'cc:addr:python-list': 0.11; 'bonus,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'ides': 0.16; 'spyder,': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'trying': 0.19; 'version.': 0.19; 'separate': 0.22; 'cc:addr:python.org': 0.22; 'helpful': 0.24; 'java': 0.24; '(or': 0.24; 'cc:2**0': 0.24; 'header:In- Reply-To:1': 0.27; 'installed': 0.27; 'message- id:@mail.gmail.com': 0.30; 'editor': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'c++': 0.36; "didn't": 0.36; 'searching': 0.37; 'pm,': 0.38; 'rather': 0.38; 'visual': 0.39; 'how': 0.40; 'even': 0.60; 'liked': 0.60; "you're": 0.61; 'first': 0.61; 'trial': 0.83; 'everything,': 0.84; 'to:none': 0.92 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:cc :content-type; bh=ghRNxU6VFtDbzavlMXPwyYN5ME+KBIR7Hz+JdC1hymM=; b=eECPZ0Zkq/XjXFtcZuZOspfeu7hvdsUIpc2AbCb8ZbmkPtjK+0GEg0Cl5pCLXPTnSj qwJNzaNqQ07pV8WqHpjm2GPT5vjdXPObSs6sEIulUKn1nshpHThEzebuIE40mZlY6nDS o9EEdzAit1XE0VRiXmBhWrR3lPP8DLQ6v15cxlOM3hYo97Eooaabu8CB/Wq6v+7gCt3q +UARLo53AYLqz7Rp7CBb+wbu18U5SmH2rhO5vq2i2q2pytul2xVxLt6zpU8ktxre3ya9 TTxCPsBL7/0lBn5FPJG1vT9R/gnVEdoO0LFo6x3NhOnKQYcnS9ldZt/0g9RiFrOUjWtl qv4w== MIME-Version: 1.0 X-Received: by 10.220.163.3 with SMTP id y3mr33420575vcx.7.1401278414456; Wed, 28 May 2014 05:00:14 -0700 (PDT) In-Reply-To: <798134c1-3c0b-4ad2-99ef-d65b2101e3dc@googlegroups.com> References: <798134c1-3c0b-4ad2-99ef-d65b2101e3dc@googlegroups.com> Date: Wed, 28 May 2014 22:00:14 +1000 Subject: Re: IDE for python From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1401278422 news.xs4all.nl 2976 [2001:888:2000:d::a6]:51585 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:72154 On Wed, May 28, 2014 at 9:31 PM, Sameer Rathoud wrote: > for C++ and C# development I prefer visual studio and for C++ try outs even codeblock is ok > > For Java I use eclipse. > > But first time I am trying python. I was trying some UI with python. I have installed wingide. But i didn't liked it because for licenses messages even in trial version. > > I was searching for spyder, but didn't got any helpful installable. Yep, so you're accustomed to an IDE. But just try a good editor like SciTE or Geany or emacs (or ... or ... or ...), and see how you like it. As an added bonus, you can get to know one editor and use it for everything, rather than having separate IDEs for separate languages. ChrisA