stream-compaction

How to compress or compact a string in Python

How to compress or compact a string in Python Question: I’m making a python “script” that sends a string to a webservice (in C#). I NEED to compress or compact this string, because the bandwidth and MBs data is LIMITED (yeah, in capitals because it’s very limited). I was thinking of converting it into a …

Total answers: 2