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


Groups > comp.lang.python > #29944

Re: keeping information about players around

References <505FB849.2080201@tysdomain.com> <CA+vVgJUuVng=3h_t4WS0O8jezOLA0shAhrq+25-q14KNqXJmEw@mail.gmail.com> <CAPTjJmox0LjLFq+ZaFWHb2Cp2iCEqYndqZskzb_LKBRY4MX6kg@mail.gmail.com>
Date 2012-09-24 18:31 -0400
Subject Re: keeping information about players around
From Dwight Hutto <dwightdhutto@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.1226.1348525912.27098.python-list@python.org> (permalink)

Show all headers | View raw


On Mon, Sep 24, 2012 at 6:19 PM, Chris Angelico <rosuav@gmail.com> wrote:
> 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.

No, but phpmyadmin is a great GUI for MySQL

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.
Well this is python, but in the browser a little echo, instead of
print, isn't that bad for conversational php.

And in the end it's usually html, php, css, javascript in the browser,
atleast for me it is. I'm just starting to utilize python in that
area, so excuse the naivety.



-- 
Best Regards,
David Hutto
CEO: http://www.hitwebdevelopment.com

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


Thread

Re: keeping information about players around Dwight Hutto <dwightdhutto@gmail.com> - 2012-09-24 18:31 -0400
  Re: keeping information about players around alex23 <wuwei23@gmail.com> - 2012-09-24 16:28 -0700
    Re: keeping information about players around Dwight Hutto <dwightdhutto@gmail.com> - 2012-09-24 19:44 -0400
      Re: keeping information about players around alex23 <wuwei23@gmail.com> - 2012-09-24 16:52 -0700
        Re: keeping information about players around Dwight Hutto <dwightdhutto@gmail.com> - 2012-09-24 20:31 -0400
        Re: keeping information about players around Dwight Hutto <dwightdhutto@gmail.com> - 2012-09-24 21:14 -0400

csiph-web