Path: csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!feeder2.ecngs.de!ecngs!feeder.ecngs.de!border1.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!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.018 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'json': 0.05; 'subject:skip:c 10': 0.07; 'cc:addr:python-list': 0.09; 'command.': 0.09; 'sqlite': 0.09; 'emacs,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.16; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'aug': 0.20; 'xml': 0.24; 'header:In- Reply-To:1': 0.24; 'mon,': 0.24; 'least': 0.27; 'message- id:@mail.gmail.com': 0.27; 'dan': 0.29; 'programmers': 0.30; 'subject:) ': 0.32; "d'aprano": 0.33; 'steven': 0.33; 'received:google.com': 0.35; 'pm,': 0.36; 'subject:: ': 0.37; 'some': 0.40; 'chance': 0.60; 'real': 0.62; 'steady': 0.72; 'chrisa': 0.84; 'hand.': 0.84; 'non-zero': 0.84; 'to:none': 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:cc :content-type; bh=YZwdMrINFTMJ9ovDMSDk9yXGMF9msMekzRt7TDi+HGc=; b=hYbcDu7eVj5iJWLbUChW/TAffgTufGuYGtFjf+kNi5r4St2F2FAgj2+JzAw1U+e1Vb o7hpIAXyBdnHxd8Ul5aztsgRhmQU+zcxzut+9fPnePfTb7Xr52WEsjN3+fteLKtspiEr mtReTGKPEVItzDE0Z8EUofl3PZKsmYI2LXvDJGO3J6Z+bZ9NMJ+Pk5WB7GljkqWWLE9h 0VH61DjHgXvAC+lZPkz74nWbDea8KbZNP/G8lqAoH/Sy9gH8JeJ+3Sbj0tW4VaYCzXdB jhMf0evxweftFuFb/q4HFs40eVjob+b44BqgIReYga+wPN4aabEYFRhcKIXFXATsKnW3 K+Ww== MIME-Version: 1.0 X-Received: by 10.107.31.134 with SMTP id f128mr18907399iof.19.1438609562087; Mon, 03 Aug 2015 06:46:02 -0700 (PDT) In-Reply-To: <55bf6ebf$0$1650$c3e8da3$5496439d@news.astraweb.com> References: <87k2teq9tb.fsf@Equus.decebal.nl> <85k2tdlxbg.fsf@benfinney.id.au> <55bf6ebf$0$1650$c3e8da3$5496439d@news.astraweb.com> Date: Mon, 3 Aug 2015 23:46:02 +1000 Subject: Re: Most Pythonic way to store (small) configuration 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.20+ 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1438609565 news.xs4all.nl 2848 [2001:888:2000:d::a6]:33010 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:94937 On Mon, Aug 3, 2015 at 11:38 PM, Steven D'Aprano wrote: > On Mon, 3 Aug 2015 02:02 pm, Dan Sommers wrote: > >> Well, I have at least some non-zero chance of reading and writing JSON >> or XML by hand. Can the same be said for a sqlite database? > > > Real programmers edit their SQL databases directly on the hard drive platter > using a magnetised needle and a steady hand. REAL programmers use emacs, with the C-x M-x M-butterfly command. ChrisA