First page Back Continue Last page Overview Graphics
File formats for saving data
Human readable is great for debugging, testing and interoperability
Concurrent access
Pretty printed dicts/lists works for me
- (Except concurrent access)
Notes:
Python code (a file you just exec) is great, and fine for BitPim. However do not use them where the date could come from a third party or is in an area shared with other users.