Python offers several ways of string replacement. But which one is the most efficient ? I set up a little experiment to find out. A file containing some 30,000 characters were generated using this lipsum generator tool. Then a few Python scripts were written to try out d...