I need to program a way of storing and deleting multiple objects so that they stay around even after the program has been closed and that when you re-start the program you can search for an object?
I'am using python 3.0 not 2.7.
i.e. I create A class with different Variables, I initialise it with an object and the next time I use my program I can search for the stored object and all its variables.