Python database 'frontends', what's available?
Matimus
mccredie at gmail.com
Fri May 23 17:10:51 EDT 2008
More information about the Python-list mailing list
Fri May 23 17:10:51 EDT 2008
- Previous message (by thread): Python database 'frontends', what's available?
- Next message (by thread): function returns , but variable values has not changed in the interactive prompt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Python database 'frontends', what's available?
- Next message (by thread): function returns , but variable values has not changed in the interactive prompt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list