<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial,helvetica,sans-serif;font-size:12pt;color:#000000;">I apologize now but I'm going to be spamming&nbsp; 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.<br><br>How do I save user created information in python?<br><br>In my progam I will have users input various "attributes" of people they like (age, height, movies they have been in, songs they sung in, favorite part of them,&nbsp; important links dealing with them, etc), and I'd like to know how to save these things so that even after you stop running the program they are saved and when you start the program again, these variables are loaded. This part of my program will be sort of like an offline-wiki-gui-thingie.<br><div>&nbsp;<br>I was planning on using classes for each person so that I could
 store their attributes that way .<br>jessica = Profile()<br>jessica.name = "jessica ngorn"<br>jessica.age = 25<br>jessica.favorite_song = "chinpo no&nbsp; uta"<br><br>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 to do it with classes and their attributes.<br><br>The other option I was thinking about was using the pickle module. I have never used it, but I read the documentation, and I'm not exactly sure how to use it... it says it only saves the class "name", but not the body (same for functions), but how would that help me?<br><br>Well if you can contribute to helping me please do. Linking me to stuff to read is great, explaining it here is great, writing short example code is great too, anything helps.<br></div>----<br>What is it about you... that
 intrigues me so?<div><br></div>
</div><br>

      </body></html>