Subject: Database Help · Posted: 2004-12-15, 06:35am
Rank: ? (2)
Member #: 22890
Hey, I'm new to python in a programing class and we are required to make a program that can store personal information(ie. Name, Address, Credit Card Num...)
It would be appreciated if anyone could help me with this.
Subject: Re: Database Help · Posted: 2006-01-04, 10:46am
Rank: ? (6)
Member #: 26285
There are excellent mysql bindings for python. quite easy to understand, aswell. Or, umm.. you *could* store it in a text file, however that'd most likely not be very impressive to show off with I guess you want encryption aswell, I'm not sure how that's handled w/ the mysql bindings, especially not if you connect to a remote server.. Perhaps someone else has some intel on this?