Python Help
Okay, basically I'm wondering what I could use for like a database on Python. I'm doing this mainly for learning purposes, but basically I'm making a "diary" program. It will simply take info like "Title of entry" and "Main Content", but I'm not sure how I could store this information.
I'm using Python, so I figured that it'd be better to ask for a database that's useful with Python, rather than ask for some good database methods, then try to figure out how to use them with Python.
So yeah, any ideas?
Thanks, Reaper
what?
you can run an sql server on your box.
And if you're only ever going to have one instance of the application running just create some files for it. just call them whatever.dat, you can pick any extension you want. If you're going to have more than one instance, you need to work out how long each one will have the files open for, if it's only a fraction of a second, then use lockfiles.
portable,for on an usbstick -> xampp -> http://www.apachefriends.org/en/xampp.html peace, //darksun