Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!cs.uu.nl!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.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.033 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'linux,': 0.05; 'ugly': 0.07; 'subject:still': 0.09; 'subject:python': 0.11; 'dec': 0.15; '(via': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'list*': 0.16; 'reason.': 0.16; 'wrote:': 0.17; 'subject:need': 0.17; 'bit': 0.21; 'paul': 0.24; 'linux': 0.24; 'header:In-Reply-To:1': 0.25; 'andrew': 0.27; 'message- id:@mail.gmail.com': 0.27; 'periodic': 0.29; "i'm": 0.29; 'connection': 0.30; 'fri,': 0.30; 'generally': 0.32; 'quickly': 0.32; 'switch': 0.32; 'to:addr:python-list': 0.33; 'times.': 0.33; 'that,': 0.34; 'received:google.com': 0.34; 'screen': 0.34; 'pm,': 0.35; 'received:209.85.220': 0.35; 'remote': 0.35; 'subject:?': 0.35; 'received:209.85': 0.35; 'really': 0.36; 'but': 0.36; 'client': 0.36; 'does': 0.37; 'subject:New': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'easily': 0.39; 'header:Received:5': 0.40; 'subject:, ': 0.61; 'between': 0.63; 'believe': 0.69; 'benefit': 0.70; 'absolutely': 0.84; '"look': 0.84; 'subject:good': 0.84; 'day"': 0.91 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=8sQJikni144Dp761v7cs0JWlM5S2vbdi5+40At6iJRs=; b=JyShZAF7Hce1jZE5FHPAh94/HhZPcYP22cmlrhXlXuwyYzTBpYGPz71wObEURGyCLg OfCmwxO3wSYsips6emR1T8xuAlLHhXL6TOdnK4ZUfUaEUlCyF30OxYbl23veqBerBvW/ 0THWL/vrMm84Bt9NmT3Xtjo1+bBZqyyfgspKNbMA/8IEbxcAYHOQMdfyi2ZhpmxYhgF8 wcEBhsb6VcMBcQvXi31rx4N/p4u5FTYnT3SVdLZklh1m9hZYeaXqACsWYAahroQ1CiNm A8+lCszr0ATQitRGgt2EIJzBAVz+hs1kQz20XVprob4VNb8zTzjFzNXpFR9zGGfCU5v9 qoXQ== MIME-Version: 1.0 In-Reply-To: <50DD6BE0.8@gmail.com> References: <20121228065120.GA3155@lion.kode5.net> <50DD6BE0.8@gmail.com> Date: Fri, 28 Dec 2012 21:05:03 +1100 Subject: Re: New to python, do I need an IDE or is vim still good enough? From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1356689112 news.xs4all.nl 6900 [2001:888:2000:d::a6]:33218 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:35684 On Fri, Dec 28, 2012 at 8:52 PM, Andrew Berg wrote: > On 2012.12.28 00:51, Jamie Paul Griffin wrote: >> The benefit of the tmux client (terminal multiplexer) is that I can see >> all the screens at the same time and quickly switch between them. I >> believe Linux has screen(1) which does the same thing. > > tmux is generally easily available for Linux, and these days, there's > really no reason to use screen unless you absolutely cannot use tmux for > some reason. Hmm, interesting. I often use screen when I need a terminal on a remote system (via ssh) and I'm mobile on my laptop, with periodic connection dropouts. With screen(1), I can cope with that, but it's a bit ugly at times. *puts tmux on his "look into this some day" list* ChrisA