Databases with python

hugonz at gmail.com hugonz at gmail.com
Fri Apr 13 04:04:27 EDT 2007



On Apr 13, 1:02 am, Anthony Irwin <nos... at noemailhere.nowhere> wrote:
> Hi All,
>
> I am interested in playing with python some more and am looking at
> writing an app with data stored in a database. I have experience with
> mysql but thought that their may be other better databases that can be
> more easily distributed with the program does anyone have any
> suggestions here?


Specially if your program is going to be multi plattform, check out
BuzHug http://buzhug.sourceforge.net/

It is a pure python database. Its performance may not be that high,
but it will be very easily distributed with your program. The
interface is pythonic, with no SQL to write.




More information about the Python-list mailing list