Best string compression in Python?

What is the best method of compressing string data in python, so that it is more efficient to send down a network?
At the moment i’m using pickle, which isn’t very effective.
Thanks, agoose77