With this extension, you can use the Python programming language with MMF2, much like the Lua extensions. The function interface makes it possible to communicate between the Python script and MMF2. Together with the Python standard library, this extension makes the writing of e.g. a webserver in MMF2 really simple.
Please login to see this link.
Using the extension should be straight forward, and shouldn't really require documentation (but of course, if you guys request it, I will write some ).
In regards to including packages with your executable, you can:
1) Put the package into the python27.zip library archive in Data\Runtime if the package doesn't use any binary modules
2) Put the package into the same directory as your executable
Enjoy!