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

What's The Pythonic Way To Store A Data Block In A Python Script?

Perl allows me to use the __DATA__ token in a script to mark the start of a data block. I can read… Read more What's The Pythonic Way To Store A Data Block In A Python Script?

List All Currently Open File Handles?

Possible Duplicate: check what files are open in Python Hello, Is it possible to obtain a list of… Read more List All Currently Open File Handles?