Pelican is a static site generator, written in Python. Refer to the sub-directory pelican.
Detecting Insertion and Removal of a USB device using pyudev.
Ian Stewart presented an introduction to the effects of inserting and removing a USB device. The Pyudev module is used to monitor and callback on the insertion and removal of a USB device. Refer to the sub-directory pyudev.