Path: csiph.com!usenet.pasdenom.info!aioe.org!matrix.darkstorm.co.uk!nntp-feed.chiark.greenend.org.uk!ewrotcd!news.nosignal.org!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.026 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'languages,': 0.04; 'app,': 0.09; 'sep': 0.09; 'language,': 0.11; 'backend': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.17; 'app': 0.19; 'received:209.85.214.174': 0.21; 'displayed': 0.22; "i'd": 0.22; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'subject:information': 0.27; 'message- id:@mail.gmail.com': 0.27; 'maybe': 0.29; 'usually': 0.30; 'ends': 0.30; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'received:209.85': 0.35; 'received:209': 0.37; 'data': 0.37; 'subject:: ': 0.38; 'planning': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'little': 0.39; 'where': 0.40; 'header:Received:5': 0.40; 'browser.': 0.81; 'overlap.': 0.84; 'subject:around': 0.84; 'why?': 0.84 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=oOKb7OuRehBAPMRz4eTJSL9VvdJAClt7HIDvGFg6zlk=; b=gxI+X0KsHdQpHLyNC0d6AK5SQuV6o4jnG1aIsvesSBr3tDOgtgRYbVzUc9zt2XOcRV hdsyvPZ01q/flzuKFv/+lYx5HSReDpCt32U/6ZrWRQ/o5byweqatmCLVjolTGlDu4dlg RUmTi6E+gGnj+FZcCqBljyjxeIQ7DjZpow6Cs8Oy4u/2P6C6fd/VIcOnyAhNByOYyCld WJGvY/uR+N3OEuNwIyvDZD6jlD5EnsLETysXLDiqf9L8mQfOwEOx5WQPYVnH0I0mKhzc EAOjAMGRB73xye8tc/dOgwVzZbuMonALGOxkd0aPIZP0p65lmzOi2x5SfLiIM4P7unX3 9WXw== MIME-Version: 1.0 In-Reply-To: References: <505FB849.2080201@tysdomain.com> Date: Tue, 25 Sep 2012 08:19:34 +1000 Subject: Re: keeping information about players around 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1348525184 news.xs4all.nl 6901 [2001:888:2000:d::a6]:54517 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:29942 On Tue, Sep 25, 2012 at 7:14 AM, Dwight Hutto wrote: > Also, If this is a browser app I'd go with phpmyadmin, and MySQL > > If a tkinter/wxpython/etc app, then maybe sqlite. Out of curiosity, why? MySQL isn't magically better for everything where data ends up displayed in a web browser. Unless you're planning to also reference this database from some other language, it's going to make little difference what backend you use; and even if you are using multiple languages, it's usually not difficult to find overlap. ChrisA