On 4 Jul 2001, Nikhil Karkera wrote:
For the database I guess mySQL would be ideal. (or is there a better
postgresql would be better in that it has better performance with concurrent connections.
option?) What should I use for the front end? And reasons for it.
python would be a good idea. easy to learn (should take a day or two, less if you learn while coding), has all necessary database drivers, and would be easy to extend the application through classes.
Philip