If you have ever wanted to know the storage engine type of every table in one of your MySQL databases, you know how tedious that can be.
I have written a Python script that will simplify that task. You can get it on Github.
Usage:
$ ./show-engines.py
or
$ python show-engines.py