Skip to content

Blog

#100

Time flies! It feels like I've just started Python Friday. And yet this is already the 100th post for this series. Today I look back on the last 99 posts and create an easy-to-use reference that lets you jump right to the topic you are interested in.

#95: Working With JSON

If you work with web technologies these days, there is no way around JSON. Today we look at the basic operations to serialize our objects to JSON and turn JSON back into objects.

#94: Store Your Objects With Pickle

Sometimes the collection of data takes a lot longer than processing it. Wouldn't it be great if you could store whole Python objects? If something goes wrong, we can restart the analytics part and don't need to recreate the data.