Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Re: simple client data base

Reply
Thread Tools

Re: simple client data base

 
 
Ramchandra Apte
Guest
Posts: n/a
 
      09-05-2012
On Monday, 3 September 2012 19:42:21 UTC+5:30, Manatee wrote:
> Hello all, I am learning to program in python. I have a need to make a
>
> program that can store, retrieve, add, and delete client data such as
>
> name, address, social, telephone number and similar information. This
>
> would be a small client database for my wife who has a home accounting
>
> business.
>
>
>
> I have been reading about lists, tuples, and dictionary data
>
> structures in python and I am confused as to which would be more
>
> appropriate for a simple database.
>
>
>
> I know that python has real database capabilities but I'm not there
>
> yet and would like to proceed with as simple a structure as possible.
>
>
>
> Can anyone give me some idea's or tell me which structure would be
>
> best to use?
>
>
>
> Maybe its a combination of structures? I need some help.
>
>
>
> Thanks for your help.


If there are not more than 1000 records you can just use `pickle`
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: simple client data base Peter Otten Python 1 09-08-2012 09:42 PM
Re: simple client data base Wolfgang Keller Python 2 09-04-2012 01:17 PM
Re: simple client data base Mark Lawrence Python 0 09-03-2012 02:37 PM
Re: simple client data base Chris Angelico Python 0 09-03-2012 02:28 PM
Re: simple client data base Martin P. Hellwig Python 0 09-03-2012 02:27 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57