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

In Memory Zip File Python Error

I'm trying to make an in-memory zip file in Python and upload it to Amazon S3. I've read th… Read more In Memory Zip File Python Error

Stringio Portability Between Python2 And Python3 When Capturing Stdout

I have written a python package which I have managed to make fully compatible with both python 2.7 … Read more Stringio Portability Between Python2 And Python3 When Capturing Stdout

Tempfile.temporaryfile Vs. Stringio

I've written a little benchmark where i compare different string concatenating methods for ZOCa… Read more Tempfile.temporaryfile Vs. Stringio