Skip to content Skip to sidebar Skip to footer
Showing posts with the label Gzip

Unzipping Part Of A .gz File Using Python

So here's the problem. I have sample.gz file which is roughly 60KB in size. I want to decompres… Read more Unzipping Part Of A .gz File Using Python

Enabling Data Compression For Apache2 + Fastcgi Setup

This Question is Related to my earlier post here: CSS loading issue with Android ICS. Where I was … Read more Enabling Data Compression For Apache2 + Fastcgi Setup

How To Use GZIP To Compress JSON Data In Python Program?

I have an AWS Kinesis python program - Producer to send data to my stream. But my JSON file is 5MB.… Read more How To Use GZIP To Compress JSON Data In Python Program?