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

Alternatives To Python Popen.communicate() Memory Limitations?

I have the following chunk of Python code (running v2.7) that results in MemoryError exceptions bei… Read more Alternatives To Python Popen.communicate() Memory Limitations?

Java: Is There A Way To Run A System Command And Print The Output During Execution?

I have a python script and it takes a long time to finish. I would like to run it from Java, but al… Read more Java: Is There A Way To Run A System Command And Print The Output During Execution?

Read A Large Zipped Text File Line By Line In Python

I am trying to use zipfile module to read a file in an archive. the uncompressed file is ~3GB and t… Read more Read A Large Zipped Text File Line By Line In Python

Python Example For Reading Multiple Protobuf Messages From A Stream

I'm working with data from spinn3r, which consists of multiple different protobuf messages seri… Read more Python Example For Reading Multiple Protobuf Messages From A Stream