Mountable Linux Filesystems in Python
LUFS lets you run Linux filesystems as user-space programs. LUFS-Python lets you implement such filesystems in pure Python. Can you imagine the possibilities? (Thanks to Ian Bicking for the link, and Simon Willison for hosting an interesting discussion.)
Next question: Is there a way to integrate LUFS-Python scripts with the Twisted event loop?