While a compressed pickle is not a bad way to distribute data. It's not very future proof. You might consider creating database models with SQLAlchemy and storing everything in a SQLite database. I'm happy to help if you have any questions about that.
While a compressed pickle is not a bad way to distribute data. It's not very future proof. You might consider creating database models with SQLAlchemy and storing everything in a SQLite database. I'm happy to help if you have any questions about that.