
December 6th, 2012, 10:13 AM
|
|
Registered User
|
|
Join Date: Nov 2012
Posts: 7
Time spent in forums: 2 h 28 m 54 sec
Reputation Power: 0
|
|
|
Where to start - relational databases for Python?
[PYTHON 3, Windows 7]
Hello,
I'm learning Python and so far I've done most of my serialization with Pickle and Shelve.
I'd like to start working with (slightly) more advanced database systems. I'm guessing I need some incarnation of SQL, but I'm a complete newbie with regards to databases, so I"m not sure exactly where to start.
What's a good (preferably free) system to start with? (And if you could point me in the direction of any tutorials / documentation, I would appreciate it).
Requests (if possible): - Ideally I'd like something that allows me to do basic serialization simply (so I can practice by converting my old pickle/shelve projects to the database system), but that isn't so limited or obscure that I will have to ditch it for a new system as my needs/abilities get more advanced.
- Currently I'm looking to work with local databases stored on a hard drive, but I may as well learn something that can be translated to online databases when the need arises.
Thanks!
|