On Tue, Sep 25, 2012 at 7:14 AM, Dwight Hutto <dwightdhu...@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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to