simple client data base

Dwight Hutto dwightdhutto at gmail.com
Mon Sep 3 17:25:49 EDT 2012


If you're just starting to learn python/computer science, why not try
setting up section fields in a file that you can parse, with your own
database.

Then you can parse through, append, delete, etc and this will show you the
'higher' level of db's. Plus, I don't think anyone has mentioned RDBM:

http://en.wikipedia.org/wiki/Relational_database_management_system

or these from python:

www.python.org/dev/peps/pep-0249/

http://wiki.python.org/moin/DatabaseProgramming/

-- 
Best Regards,
David Hutto
*CEO:* *http://www.hitwebdevelopment.com*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20120903/db116308/attachment.html>


More information about the Python-list mailing list