Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.05; 'exit': 0.07; 'suppose': 0.07; '(aka': 0.09; '22,': 0.09; 'bzr': 0.09; 'command.': 0.09; 'git': 0.09; 'mercurial': 0.09; 'windows,': 0.09; "wouldn't": 0.11; '(!)': 0.16; 'bisect': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'git.': 0.16; 'mercurial,': 0.16; 'subject:ever': 0.16; 'subject:program': 0.16; 'which,': 0.16; 'wrote:': 0.17; 'certainly': 0.17; 'compilation': 0.17; 'bit': 0.21; 'received:209.85.214.174': 0.21; "i'd": 0.22; "i've": 0.23; 'seems': 0.23; 'feature': 0.24; 'linux': 0.24; 'header:In-Reply- To:1': 0.25; 'ago': 0.27; 'am,': 0.27; 'andrew': 0.27; 'start,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'actual': 0.28; 'fine': 0.28; '(since': 0.29; 'agreed.': 0.29; 'behind.': 0.29; 'source': 0.29; 'probably': 0.29; 'year,': 0.30; 'could': 0.32; 'choices': 0.33; 'docs': 0.33; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'fresh': 0.35; 'problem,': 0.35; 'pm,': 0.35; 'received:209.85': 0.35; 'there': 0.35; 'but': 0.36; 'previous': 0.37; 'received:209': 0.37; 'far': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'header:Received:5': 0.40; 'days': 0.60; 'subject:, ': 0.61; "you'll": 0.62; 'back': 0.62; 'personal': 0.62; 'world': 0.63; 'gave': 0.65; 'jul': 0.65; 'home': 0.66; 'lack': 0.71; 'state.': 0.71; 'believe,': 0.84; 'choices,': 0.84; 'interaction.': 0.84; 'later!': 0.84; 'reap': 0.84; 'kat': 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=p7jZgS1sy6OrpyITzTWw8YnvAbtHintg3J+L1TNsPcs=; b=cv2imCayz/rjuyt2bW+UPJ5LB1wONJ8KGKNt0lQUThl+ADznIRtFsaMtnhnm6nErj+ CNOikFePZc2zIfTMovRT3sYrO0g/+bL896vuR+flmgTdd6RoBey0kImSOY++dAwaiGTq OK+3qN0/jI8zskeyOyw0mvmshQcCvZVN1NbNxuxy4k3WH3V+n1WmZtfJjoqIP70tiWPZ h68Pa6PupAvOhGAGSaqTLSRZ4941BHvaogdUUXOlDpVQTirPLx6BNZ/5aXSj4Br9exee 5zEuYn6JkZHDtLa66QCRvAjDKGOCMN57L4FUdAHM73ckhIaZeYNjI1Y0b1cJzOroLvEq ovuw== MIME-Version: 1.0 In-Reply-To: <500BBE88.70308@gmail.com> References: <500BBE88.70308@gmail.com> Date: Sun, 22 Jul 2012 20:17:18 +1000 Subject: Re: My first ever Python program, comments welcome 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.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: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1342952242 news.xs4all.nl 6909 [2001:888:2000:d::a6]:36126 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:25806 On Sun, Jul 22, 2012 at 6:49 PM, Andrew Berg wrote: > On 7/22/2012 3:37 AM, Lipska the Kat wrote: >> Many in >> the Linux world seem to use git. Seeing as I've been using Linux at home >> since the early days of slackware I suppose I'd better look into it. > There are Mercurial (aka Hg) and Bazaar as well for DVCS. AFAIK, git, > Mercurial, and Bazaar are all fine choices and the one to use will > mainly boil down to personal preference. I prefer Mercurial myself. Agreed. I poked around with Bazaar a bit this year, and it seems to lack some features. But certainly hg and git are both excellent choices, with bzr not significantly far behind. I prefer git, personally; on Windows, though, I would recommend hg. Probably the best feature of any of them (one which, I believe, is now standard in all three) is 'bisect' with a command. It's "git bisect run", or "hg bisect -c", or "bzr bisect run". You can search back through a huge time period without any human interaction. I did that a while ago with a docs-building problem; the current state wouldn't successfully generate its docs from a fresh start, even though it could update them from a previous state. It took 45 minutes (!) of chuggity-chug compilation to find the actual cause of the problem, and no effort from me (since "make doc" already gave the right exit codes). Use source control now; you'll reap the benefits later! ChrisA