Path: csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!border1.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed8.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.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.05; 'json': 0.05; 'subject:skip:c 10': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'sqlite': 0.09; '14:38,': 0.16; 'newcastle': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'wrote:': 0.16; 'stick': 0.18; 'language': 0.19; '2015': 0.20; 'aug': 0.20; 'lawrence': 0.22; 'tried': 0.24; 'xml': 0.24; 'header:In-Reply-To:1': 0.24; 'mon,': 0.24; 'header:User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'least': 0.27; 'dan': 0.29; 'programmers': 0.30; "i'd": 0.31; 'language.': 0.32; 'subject:) ': 0.32; "d'aprano": 0.33; 'steven': 0.33; 'similar': 0.33; 'something': 0.35; 'to:addr :python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'to:addr:python.org': 0.40; 'mark': 0.40; 'some': 0.40; 'chance': 0.60; 'real': 0.62; 'above,': 0.63; 'our': 0.64; 'you.': 0.64; 'results': 0.66; 'steady': 0.72; 'brown,': 0.84; 'hand.': 0.84; 'non-zero': 0.84; 'pythonistas,': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: Most Pythonic way to store (small) configuration Date: Mon, 3 Aug 2015 15:37:19 +0100 References: <87k2teq9tb.fsf@Equus.decebal.nl> <85k2tdlxbg.fsf@benfinney.id.au> <55bf6ebf$0$1650$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-78-147-187-35.as13285.net User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 In-Reply-To: <55bf6ebf$0$1650$c3e8da3$5496439d@news.astraweb.com> 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: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1438612657 news.xs4all.nl 2861 [2001:888:2000:d::a6]:49511 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:94942 On 03/08/2015 14:38, 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. > I'd stick with SQLiteStudio or something similar if I were you. The last time I tried the above, having consumed 10 bottles of Newcastle Brown, the results were disastrous. I pricked my finger. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence