Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #29942

Re: keeping information about players around

References <505FB849.2080201@tysdomain.com> <CA+vVgJUuVng=3h_t4WS0O8jezOLA0shAhrq+25-q14KNqXJmEw@mail.gmail.com>
Date 2012-09-25 08:19 +1000
Subject Re: keeping information about players around
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.1224.1348525184.27098.python-list@python.org> (permalink)

Show all headers | View raw


On Tue, Sep 25, 2012 at 7:14 AM, Dwight Hutto <dwightdhutto@gmail.com> 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

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: keeping information about players around Chris Angelico <rosuav@gmail.com> - 2012-09-25 08:19 +1000
  Re: keeping information about players around Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-09-25 02:29 +0000

csiph-web