Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!194.109.133.85.MISMATCH!newsfeed.xs4all.nl!newsfeed6.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.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.04; 'subject:editor': 0.05; 'system?': 0.07; 'python': 0.07; 'agree,': 0.09; 'buffers': 0.09; 'development:': 0.09; 'gui': 0.14; 'wrote:': 0.14; 'adam': 0.16; 'different,': 0.16; 'emacs': 0.16; 'subject:IDE': 0.16; 'using,': 0.16; '\xc3\xa9crit': 0.16; 'perl': 0.19; 'shell': 0.19; 'writes:': 0.20; 'header:In-Reply-To:1': 0.22; 'blog:': 0.22; 'right.': 0.22; 'suggests': 0.23; 'version': 0.25; "doesn't": 0.28; 'installed': 0.29; 'sat,': 0.29; 'one,': 0.31; 'achieved': 0.31; 'to:addr:python-list': 0.32; 'overview': 0.33; 'from:charset:iso-8859-1': 0.33; 'received:192': 0.34; 'received:192.168.0': 0.35; 'open': 0.35; 'freelance': 0.35; 'subject:/': 0.36; 'received:192.168': 0.37; 'either': 0.37; 'received:google.com': 0.38; '[1]': 0.39; 'to:addr:python.org': 0.39; 'header:Mime-Version:1': 0.39; 'subject:text': 0.40; 'header:Received:5': 0.40; 'split': 0.60; 'bottom': 0.60; 'williams': 0.64; 'enable': 0.65; 'received:74.125.83': 0.69; 'message-id:@localhost.localdomain': 0.74; '16/04/2011': 0.84; 'candide': 0.84; 'facebook:': 0.84; 'url:j': 0.84; 'url:jpg': 0.87 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:subject:from:to:in-reply-to:references :content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; bh=mPLCpo4/NjV8BIOAayJ3w+ckl7+ArF5XbXohK1iLHx8=; b=SPMB7DhXIob0FJdCkEZS/gvEuPi17p7/bedHr0kADhXJ55FIUEUmFfIkV+IN2PQfM1 GuWfqIS8KWSHRhtK/8NG35c+auMU7H07K7jtnz38t7vjsbToyTY0Ae/JS46XCibF5RKK RCcoOws/DK0smYZqxyRnZfScF1QNtQMfBUl60= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:in-reply-to:references:content-type:date:message-id :mime-version:x-mailer:content-transfer-encoding; b=J8t33kyApK1xE7eVNy2rrU+ALI5Fsrt6KHIuRm45rK5kLw21NbanRTfGkFmnI0D4v1 mMNvQFvQMTMYGVwGgsijJMLrjwZeTGvhGeWG+JZk53N9ZytPFras0ERIwubN7+Y/m1KQ RkYT8QwU7hCSImCm/WIbxm0ulqqnZbrCdwBho= Subject: Re: Python IDE/text-editor From: Westley =?ISO-8859-1?Q?Mart=EDnez?= To: python-list@python.org In-Reply-To: <87sjthlu78.fsf@castleamber.com> References: <8739lij2h7.fsf@benfinney.id.au> <87r59269y4.fsf@castleamber.com> <8739licppk.fsf@castleamber.com> <4da9f850$0$3947$426a74cc@news.free.fr> <87sjthlu78.fsf@castleamber.com> Content-Type: text/plain; charset="UTF-8" Date: Sat, 16 Apr 2011 15:31:53 -0700 Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 Content-Transfer-Encoding: 8bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 29 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1302993125 news.xs4all.nl 81484 [::ffff:82.94.164.166]:36185 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:3353 On Sat, 2011-04-16 at 17:14 -0500, John Bokma wrote: > candide writes: > > > Le 16/04/2011 15:50, Adam Tauno Williams a écrit : > > > >> gedit provides a Python interpreter/console 'embedded' in the GUI > >> (provided the plugin is enabled). > >> > > > > > > I agree, cf. this screenshot : > > > > http://i52.tinypic.com/snj7a0.jpg > > The name "Terminal" suggests something different, and that can be > achieved in Emacs as well. Just split a window vertical & horizontal, > enable tabbar-mode[1], and open a shell in the bottom one, overview of the > buffers to the left, and your hello_world.py to the top right. > > [1] which is part of the Emacs version I am using, I just learned. > > -- > John Bokma j3b > > Blog: http://johnbokma.com/ Facebook: http://www.facebook.com/j.j.j.bokma > Freelance Perl & Python Development: http://castleamber.com/ Either way doesn't it require python be installed on the system?