Re: [Tutor] Saving information for my program

2011-03-21 Thread Walter Prins
On 21 March 2011 15:11, michael scott wrote: > I was thinking I have 2 options, which is save the information to a text > file a write / read it in every session, but I have no idea how to do this > with class attributes. I know how to do it for like a paragraph of text, but > I have no idea how

Re: [Tutor] Saving information for my program

2011-03-21 Thread Marc Tompkins
On Mon, Mar 21, 2011 at 8:11 AM, michael scott wrote: > How do I save user created information in python? > As others have mentioned, SQL support is bundled with Python. If your collection of people and their attributes is expected to grow much, that would definitely be how I'd go. However, the

Re: [Tutor] Saving information for my program

2011-03-21 Thread bob gailer
On 3/21/2011 10:11 AM, michael scott wrote: I apologize now but I'm going to be spamming the tutor list as I have just decided to create an extremely ambitious project for someone of my level. Anyhow, I will start with my first question. Please no more apologies. Just post your questions. H

Re: [Tutor] Saving information for my program

2011-03-21 Thread James Reynolds
On Mon, Mar 21, 2011 at 11:11 AM, michael scott wrote: > I apologize now but I'm going to be spamming the tutor list as I have just > decided to create an extremely ambitious project for someone of my level. > Anyhow, I will start with my first question. > > How do I save user created information

Re: [Tutor] Saving information for my program

2011-03-21 Thread Joel Goldstick
On Mon, Mar 21, 2011 at 11:11 AM, michael scott wrote: > I apologize now but I'm going to be spamming the tutor list as I have just > decided to create an extremely ambitious project for someone of my level. > Anyhow, I will start with my first question. > > How do I save user created information

[Tutor] Saving information for my program

2011-03-21 Thread michael scott
I apologize now but I'm going to be spamming the tutor list as I have just decided to create an extremely ambitious project for someone of my level. Anyhow, I will start with my first question. How do I save user created information in python? In my progam I will have users input various "attr