Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
almost ran into a potentially big problem.
with python's `pickle` library, nonetheless.
turns out all I had to do to get around it was change `import pickle` to `import dill as pickle`.
i love python sometimes.
rant
python pickle