Re: [Tutor] cPickle and shjelving

2011-08-24 Thread Hugo Arts
On Wed, Aug 24, 2011 at 11:26 AM, Warren P. Jones wrote: > Hi, > > I am new to python. I am having slight issue in using the cPickle and > shelving function. > > Here is what i want the program need to do: > > Open an file with employees in it with relevant information like: employee > number, sur

[Tutor] cPickle and shjelving

2011-08-24 Thread Warren P. Jones
Hi, I am new to python. I am having slight issue in using the cPickle and shelving function. Here is what i want the program need to do: Open an file with employees in it with relevant information like: employee number, surname and department. I also need to add an employee with the relevant