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

What Is A Good Xml Stream Parser For Python?

Are there any XML parsers for Python that can parse file streams? My XML files are too big to fit i… Read more What Is A Good Xml Stream Parser For Python?

Convert Shoutcast Stream To Playable Samples In Python?

I have a shoutcat radio station and now want to build a player for it. I know how to 'get' … Read more Convert Shoutcast Stream To Playable Samples In Python?

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?

Pygtk: Asynchronous Output Implemented With Io_add_watch Blocks When Printing Large Output Dataset

I'm writing a GTK+ GUI program with a python command line emulator. My python command line is i… Read more Pygtk: Asynchronous Output Implemented With Io_add_watch Blocks When Printing Large Output Dataset