Iam finishing my little database based small project and I need to save current status for next time(The save option :) )
The stuff I want to save is just list of tuples and I have to save:
1. The List of tuple
2. The index of the last element I added
So what is the best way to go? XML or Pickle? or Anything else?
Note: I dont have knowledge on XML .
Cheers :)