Skip to content

Is this different Pickle from Python lib? #135

Answered by bioball
taehallm asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, this is not the same thing as Python's pickle. Python's pickle is about serializing/deserializing Python objects, and our is a configuration language.

Our file extension (.pkl) can conflict, although as far as I'm aware, that's due to convention. Python's pickle files don't have an extension, and I've seen .p, .pkl, and .pickle in the wild.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@taehallm
Comment options

@holzensp
Comment options

Answer selected by taehallm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants