which database is suitable for small applications

Ankit mr.ankitavasthi at gmail.com
Wed May 27 00:48:53 EDT 2009


Hi Kalyan...

If your application does not require you to add very heavy data then
you can also use flat files to do your stuff.
Its always a better to use Databases but given your low level use and
newness to python... i would advise you to take up flat files instead.

store your data there and access it.. simple!

ANkit



More information about the Python-list mailing list