Python database 'frontends', what's available?

Matimus mccredie at gmail.com
Fri May 23 17:10:51 EDT 2008


On May 23, 11:59 am, tinn... at isbd.co.uk wrote:
> I'm desperately trying to move a Microsoft Access database application
> (a simple accounts system I wrote myself) to Linux.  Python is one of
> my preferred programming laguages so I wonder if there are any good
> Python 'frameworks' for writing database applications, in particular I
> need good reporting and forms writing facilities.  The basic database
> and logic/arithmetic seem fairly simple to me.
>
> --
> Chris Green

You might look at web frameworks like django or turbo gears. The
tutorials for django jump right into database access, and the default
administrative stuff is robust and pretty simple.

Matt



More information about the Python-list mailing list